Just because you are a C# or Java developer that you think you know JavaScript well. Well I don’t. But no worries, below are some quick pointers to remember: null and undefined are types, just like Numbers, Strings, Booleans, and Objects. null indicates a deliberate non-value while undefined indicates an uninitialized value. Primitive/literal values (null, …
Continue reading JavaScript: You think you know it well?