parseInt, 10 code example Example: Javascript string to int var myInt = parseInt("10.256"); //10 var myFloat = parseFloat("10.256"); //10.256