Javascript Quiz: How well do you know this Keyword 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 A: John

Explanation:
In this case, getName is being executed as a regular function, not as a method of the person object. Therefore, this refers to the global object (window in a browser).

Since there is a global variable name with the value "John", it is alerted.
Рекомендации по теме