Skip to content

Instantly share code, notes, and snippets.

@ionelh
Last active August 6, 2019 19:02
Show Gist options
  • Save ionelh/d3116e94bf8a02f1191b103c7a02869c to your computer and use it in GitHub Desktop.
Save ionelh/d3116e94bf8a02f1191b103c7a02869c to your computer and use it in GitHub Desktop.
Gist for medium article "How JavaScript Works"
// Global execution context (not inside a function)
this === window // logs true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment