0
About 'this' keyword
I've been reading articles trying to understand the use for the 'this' keyword. Can someone please explain it to me what its use is, give me some code without using this and using this.
1 Answer
+ 1
The this keyword is tied to object oriented programming. It is important to have an idea of classes to understand its use.
this refers to the object's "self": Its associated properties and methods.