344 Views
While working with JavaScript, you'll inevitably come across the this keyword. As a concept it can be quite tricky to grasp! Normally this refers to the object that owns the method. However it's meaning is entirely different - depending on how the function is called! In this article, we'll be looking at this in detail.
0 comments