Number Obj properties and methods Flashcards
1
Q
method determines whether the passed value is an integer. Likely the most important method with Number
A
Number.isInteger()
2
Q
method determines whether the passed value
A
Number.isNaN()
3
Q
method formats a number using fixed-point notation.
A
Number.toFixed()
4
Q
method returns a string representing the specified Number object. not standard
A
Number.toString()
5
Q
Convert string to number
A
Number