The This Object Reference
this, is a special keyword and pointer. It points to the very object is it in… you may think of it as self-referencing to it’s own object. This is important in case a class method has a parameter name with the same name as a class property. If the keyword this is not used, then…