Back To Top

JavaScript pre-set variables

JavaScript has several pre-set variables that you can use.

isNaN()

This function ( Not a Number ) is used to check to see if the variable is not a number. This will return TRUE if the variable it is not a number.