Learn JavaScript STRICT EQUALITY in 3 minutes! 🟰

preview_player
Показать описание
// = assignment operator
// == comparison operator (compare if values are equal)
// === strict equality operator (compare if values & datatype are equal)
// != inequality operator
// !== strict inequality operator

const PI = 3.14;

if(PI === "3.14"){
}
else{
}
Рекомендации по теме
Комментарии
Автор

// = assignment operator
// == comparison operator (compare if values are equal)
// === strict equality operator (compare if values & datatype are equal)
// != inequality operator
// !== strict inequality operator

const PI = 3.14;

if(PI === "3.14"){
console.log("That is NOT Pi");
}
else{
console.log("That is Pi");
}

BroCodez
Автор

Thank you for taking the time to make videos, they are very helpful in better understanding concepts that I get stuck on.

sadzidgrahic
Автор

this is the best programming channel out there i swear 😭😭 i learn so fast with ur tutorials!

bronwynrojas
Автор

You're the best Bro Thanks I am starting to Learn Everything I wanted and it is coming together piece by piece and I love it

mikhailmaharaj
Автор

<*_> This is my seal. I have watched the entire video, understood it, and I can explain it in my own words, thus I have gained knowledge. This is my seal. <_*>

piotrmazgaj
Автор

You are best teacher i have ever seen 💖 take love from Bangladesh 🇧🇩

Efootball_legend
Автор

Bro makes me help get better everytime I wonder why some things are the way they are in JS. Thanks bro.

yatin
Автор

2:21
Adobe:Umm i have to tell you that you can use sync over your plan and-
tutorial: gets interrupted
Bro Code:So You Have Chosen Death Then?

gregoryvanny-isof
Автор

ik your prolly gonna ignore this, but its worth a shot. Can you make a tutorial for golang, your the only person that can actually teach me code and I love the way you teach.

payforluck
Автор

Bro please complete MERN stack in your channel

vishalboudhh