undefined vs not defined in JS | Namaste JavaScript Ep. 6

Akshay Saini
Youtube
Related Topic
:- Javascript Web Development

This video covers an in-depth analysis of the undefined keyword and mistakes you should avoid while using this keyword. It is a special keyword in JS and it acts as a placeholder for variables until they are assigned any value in them. Understand the difference between undefined and not defined in JS. Many developers assume that undefined is exactly the same as not defined, but that's not true. undefined is a value in JavaScript and in fact, it also takes up memory space. 

Comments