javascript convert string to number typescript code example Example: typescript cast string to number var x = "32"; var y = +x; // y: number