Understanding this, call(), apply() and bind() in JavaScript
Introduction
One of the most confusing topics in JavaScript for beginners is definitely:
this
call()
apply()
bind()
At first, all these things feel random.
Sometimes this points to an object.
So
dhirenderchoudhary.hashnode.dev5 min read