I found something interesting with the NaN property in javascript. The NaN property in javascript indicates that a value is "Not a Number". Take a look at the example below:
So is the 'value' variable a number or not a number?
So is the 'value' variable a number or not a number?