What is 'this' in JavaScript?
What is the this keyword in JavaScript?
Introduction
When we run our code in JavaScript, a Global Execution Context (GBE) is created. But, along with GBE, a global object and this keywords also get created. But, what are Global Object and this keyw...
blogs.sobitprasad.com3 min read