Understanding the JavaScript "this" keyword
Introduction
There is no doubt that figuring out the value of "this" keyword in a function can be confusing most of the time. however, it becomes easier to understand when you take note of these five important rules.
Implicit Binding
const car = {...
edesuccess.hashnode.dev4 min read