JavaScript this, call(), apply() & bind()
If you've ever seen JavaScript code like:
this.name
and wondered:
"What exactly is this?"
You're not alone.
this is one of those JavaScript concepts that looks simple but becomes confusing when the
maazzz.hashnode.dev10 min read