bind, call and apply in JavaScript
Prerequisites
You should have some familiarity with this keyword and some basics like functions, function invocations, objects, methods etc.
Why learn bind, call and apply?
A method often needs to access the object it was called on.
Every function se...
chetan-chandel.hashnode.dev5 min read