this keyword in javaScript.
Mar 14, 2024 · 3 min read · Let's understand the most confusing keyword thoroughly. this keyword inside global space represents the global object. It will print the window object inside the browser. Because here browser is the environment for js code. Here I print this insid...
Join discussion