How JavaScript Works?
Everything in JavaScript happens inside an Execution Context.
-- Namaste JavaScript
Execution Context is further divided into two parts,
Variable Environment - The place or container where all the variables and functions are stored as key: value pa...
blog.saiprasadpadhy.in3 min read