▶ Watch Javascript Playlist ✅ Subscribe To My RUclips Channel: bit.ly/46N9VPS bit.ly/2IGzvOR ▶ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt! Take 50% off with coupon code: youtube50 bit.ly/2VC9WUN ▶ Get The Code bit.ly/3tO2fyc
=== 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.
▶ Watch Javascript Playlist ✅ Subscribe To My RUclips Channel:
bit.ly/46N9VPS bit.ly/2IGzvOR
▶ See More At: ✅ Join My Facebook Group:
Codemy.com bit.ly/2GFmOBz
▶ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt!
Take 50% off with coupon code: youtube50 bit.ly/2VC9WUN
▶ Get The Code
bit.ly/3tO2fyc
very good content, thank you!
=== 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.
You kidna look like Walter
Ha