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