string to int javacsript code example Example: string to int javascript var text = '42px'; var integer = parseInt(text, 10); // returns 42