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