Equality Test == vs === | JavaScript Basics

preview_player
Показать описание
A series where on the basics of Javascript. Today we are looking at how you test for equality in JS, by comparing strict equality checks (===) to loose equality checks (==) in if statements. Knowing how to test for equality correctly is truly an essential in your Javascript toolset and after watching this video it will hopefully be much clearer.

----------------------------------------------------------------------------------------------------------------
⭐ Try Univid

------------------------------------------------------------------------------------------------------------------

Follow me here for more content👇

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

Sir, you didnt say when this type of test is useful

callmeMagda