The Magic of this, call(), apply(), and bind() in JavaScript
๐ What Does this Mean in JavaScript?
Simple meaning:
๐ this means โwho is calling the function.โ
It refers to the object that is executing the function.
๐ 1๏ธโฃ this Inside Normal Functions
Example:
call-js-ss.hashnode.dev3 min read