Javascript: null VS undefined - Most asked Software Developer interview questions (EP005)

preview_player
Показать описание
In this episode, we delve into the differences between null and undefined in JavaScript. We explain that undefined means a variable has been declared but not assigned a value while null represents no value or no object. We illustrate these concepts with examples. Tune in to learn more! #codinginterviews #programming #javascriptinterview #javascript #javascripttutorial #softwaredeveloper #frontend
Рекомендации по теме
Комментарии
Автор

Another illogical aspect of JS. I'll stick to the 'normal' languages.

Nectralyx