DEV Community

Discussion on: Call, Apply, Bind - The Basic Usages

 
alexantoniades profile image
Alexander Antoniades

As I've already mentioned in the article....I don't go into much details about "this" and
the execution context. The purpose of this article is for a beginner to have a basic understanding of how call, apply and bind works. Saying that every object or function has it's own "this" keyword/variable/object (say it however you want) is enough to make someone understand the basics. Maybe I'll write an advanced article on these concepts next time.

thanks again for the feedback Sergio.