Comparison Operators - Javascript Programming 5

preview_player
Показать описание
In this video we'll talk about comparison operators in Javascript.

Comparison operators do what they sound like, they compare things.

Whether that's comparing if a thing is equal to or not, greater than, less than, or anything in between...we'll discuss in this video.

#javascript #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:26 - Equal To
2:23 - Not Equal To
3:06 - Comparing Text
4:05 - Greater Than
4:45 - Less Than
4:58 - Greater Than or Equal To
5:59 - Triple Equal To
7:20 - Conclusion
Рекомендации по теме
Комментарии
Автор

▶ Watch Javascript Playlist ✅ Subscribe To My YouTube Channel:
▶ See More At: ✅ Join My Facebook Group:
▶ Get The Code

Codemycom
Автор

=== if they are the same datatype and value
(5 === 5) // true, both numbers and value 5.
('hello' === 'hello') // true, both strings and same value.
(5 === '5') // false, same value but not same datatype.
(10 === 5) // false, same datatype but not same value.
("hello" === 5) // false, not same datatype and not same value.

احمدالقدال-وخ
join shbcf.ru