DEV Community

Discussion on: The Common Enemy, JavaScript's "This" Keyword Saves The Day

Collapse
 
gmartigny profile image
Guillaume Martigny

Just remember that being a developer mean nothing more than "can open an editor". But, I get your point.
I think what you're trying to say is :

It's essential to understand the this keyword in a object oriented environment. this is an important part of the abstraction of common code into class.