JavaScript simple behind-the-scenes concepts
JS Runtime is the heart of JS Runtime Environment. Browser can only execute the JS code because it has a JS runtime environment. JS engine is not a machine it’s a low-level program
Functions bind together within lexical scope/environment is closures....
nishitiwari.hashnode.dev1 min read