Answers

Question and Answer:

  Home  Expert JavaScript Developer

⟩ What is 'this' keyword in JavaScript?

'This' keyword is used to point at the current object in the code. For instance: If the code is presently at an object created by the help of the 'new' keyword, then 'this' keyword will point to the object being created.

 233 views

More Questions for you: