JavaScript "this" keyword thoroughly explained!
Introduction
"this" keyword is a little different in JavaScript when compared to some other languages. It is dynamic and flexible. And almost everyone gets confused by it in the beginning. So let's look at it in detail.
A function's "this" reference...
kashishd.hashnode.dev5 min read