What is this keyword refer to in JavaScript?
Atul Jain
The most powerful JAvascript keyword is "this". The JavaScript this keyword is used within any function scope or the global scope, and in each scope it receives a different value. The value of this inside a function, effectively depends on the object which called it.Joomla Web Design