What is the Difference Between Undefined and NULL? - Javascript Interview Question

preview_player
Показать описание
What is the Difference Between Undefined and NULL?

Common #Javascript Interview Question

Undefined is when a variable has been declared but no value has been given to it.

Null is when a variable has been declared with an explicit value of empty given to it.

The type of undefined is undefined.
The type of null is object.

Let's Connect 💯:
════════════════════════════
Рекомендации по теме