DEV Community

Discussion on: undefined and null in JavaScript Explained

Collapse
 
reinhart1010 profile image
Reinhart Previano K.

I hope that this tutorial helped you understand how undefined and null in JavaScript work and also how to use them.

Now how about NaN (Not-a-Number) which is still legally accepted as a Number in JavaScript? Is NaN a recursive acronym for “NaN’s a Number”?