Front End Programmer Question:
Download Questions PDF

Explain what "this" is in JavaScript?

Front End Developer Interview Question
Front End Developer Interview Question

Answer:

In JavaScript, 'this' normally refers to the object which 'owns' the method, but it depends on how a function is called.

Download Front End Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know what is CORS? How does it work?Explain what is Difference between null and undefined?