In Javascript OO, when should I use the this keyword?
this
Also, if I want to call a method of a class from another method of the same class, should I use
I have found 3 Ways to define a javascript class helpful.