Javascript Quiz: How Well Do You Know '===' operator in js #programming #javascript #coding #quiz

preview_player
Показать описание
Are you ready for another code challenge? Join me in this video as you test your coding knowledge with the simple quiz questions.

Don't forget to make your guess in the comments below.

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

🔔Like and subscribe for more videos. 🔔

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

Answer: OPTION B:- false

Explanation: Although a and b contain the same values, they are separate objects in memory and have different references.
Therefore, the comparison a === b evaluates to false.
Рекомендации по теме
visit shbcf.ru