JavaScript Tutorial 25: Null vs Undefined | Advanced JavaScript

preview_player
Показать описание
Null vs Undefined in JavaScript: What's the difference? This video breaks it down in simple terms!

Topics Covered: Null, Undefined

🎥 Complete playlist of Advance JavaScript Tutorial

📕 Documentation/ References
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------

Other Videos:

🌎 Find Me Here:

#javascript #javascriptquestions #javascriptinterview
Рекомендации по теме
Комментарии
Автор

bhaiya complete backend per video bnao mongodb nodejs and express js etc..🎉

thuzvgd
Автор

What is terms of memory allocation?
Let a = null;
means that memory is allocated to variable "a" and a value null is assigned to it.
But in case of
Let b;
Memory is allocated for variable "b" and nothing is explicitly assigned to it as a value so javascript assign undefined to it

Please tell me if I'm right or wrong

shivanand
Автор

Hellow sir please suggest me from where to i can learn Java Swing and AWT sir please answer me ??

valahardik