05 Global, null and undefined values in Javascript
Globals, undefined and null values are special concepts that we need to know when working with Javascript. Especially what both undefined and null means when you encounter it running the program. Globals are also an important concept that may give you an understanding of different attributes, the scope and variables that can be created and accessed when programming
Read more “05 Global, null and undefined values in Javascript”