Home Answers Viewqa JavaScriptQuestions What is this keyword?

 
 


samar
What is this keyword?
1 Answer(s)      2 years and 6 months ago
Posted in : JavaScript Questions

What is this keyword?

View Answers

November 8, 2010 at 3:17 PM


One of the most important concepts to grasp in JavaScript is the use of the this keyword, which is used in object methods. The this keyword always points to the object that is calling a particular method.The "this" keyword is simply a reference to the current object.









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.