javascript numbers Flashcards
1
Q
you can convert a number to a string by calling the
A
.toString() method
2
Q
to convert from a string to a number. you’d have to use the
A
Number.parseInt method(variable, radix(10) / parseInt(variable)
3
Q
A