JavaScript Double equals == vs Triple equals ===

preview_player
Показать описание
In this video, I explained when we should use the == equals sign and the === equals sign when comparing two values in JavaScript.
#javascript #programming

Chapters:
0:00 - Introduction
0:15 - Single (=) equals for variable assignment.
0:43 - Double equals (==)
1:59 - Triple equals (===)
3:08 - determine the type of a value with JavaScript typeof
3:58 - true vs 1 and false vs 0 in JavaScript
5:58 - null vs undefined in JavaScript
6:57 - == vs === which should you use?
Рекомендации по теме
Комментарии
Автор

Nice one,
Really helped me a lot
Hope to get and learn more from you

susanokeke