The puzzle behind "this" keyword
Why we need "this" for?
The keyword "this" allows a function to be reused. It informs the function of the context in which it should run. As a result, the "this" keyword in javascript always refers to an object. So we might communicate the function w...
mohammedsas.hashnode.dev4 min read
Prathmesh Jagtap
Cursios Frontend Developer
Great blog, explained well