How do JavaScript’s global variables really work?

1 · Axel Rauschmayer · July 7, 2019, 5:37 p.m.
In this blog post, we examine how JavaScript’s global variables work. Several interesting phenomena play a role: the scope of scripts, the so-called global object, and more. [Read rest of post]...