"this" keyword and binding methods in javascript
What happens when you run a javascript?
Whenever we run a script of any length( it can be of zero lines, hundred lines, or maybe more than that) 3 major things will happen
Global object is created.
Global execution context is created.
"this" variab...
kumsomi.hashnode.dev5 min read