Expand my Community achievements bar.

SOLVED

Converting a String to a Double

Avatar

Level 2

Let's say I had the string "123", how can I convert this to a double floating point number?

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 8

parseFloat("123");

Kyle

View solution in original post

1 Reply

Avatar

Correct answer by
Level 8

parseFloat("123");

Kyle