Javascript this

The mysteries of ‘this’ keyword in Javascript

‘This’ is a very straightforward concept in other languages. Not so in javascript. It can point to pretty much anything depending on the context. What the hell is this? If you are coming from another language, which is Object Oriented, such as Java, you are no doubt familiar with the concept of this. This keyword is used inside of…Continue reading The mysteries of ‘this’ keyword in Javascript