View Single Post
Old 03-21-2018, 11:16 AM   #2
smmexpertss
Registered User
 
Join Date: Sep 2015
Location: UK
Posts: 447
JavaScript's this Keyword Basics. First, know that all functions in JavaScript have properties, just as objects have properties. And when a function executes, it gets the this property—a variable with the value of the object that invokes the function where this is used.
smmexpertss is offline   Reply With Quote