use a regular expression like this var strNumber = "0049"; console.log(typeof strNumber); //string var number = strNumber.replace(/^0+/, '');