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