Value of 'this' in JavaScript
THIS :
this refers to whatever the Object occupies in the space that this is written in. So, this has different object values depending up on the scope it is mentioned in.
Let us discuss this value in :
Global Scope
ES5 functions
ES6 functions
Ob...
sreedhar.hashnode.dev1 min read