NaN, Is Not a Number
Wrong numbers are stored as NaN. Using NaN in mathematical operation, the result will always be NaN.
Examples
'a' + 10
The result will be the string 'a10'.
'a' / 10
The result will be NaN.
Wrong numbers are stored as NaN. Using NaN in mathematical operation, the result will always be NaN.
'a' + 10
The result will be the string 'a10'.
'a' / 10
The result will be NaN.