Skip to content

Instantly share code, notes, and snippets.

@Opus1no2
Created November 5, 2019 21:21
Show Gist options
  • Save Opus1no2/e9fb43d5617c81166976e8661660511d to your computer and use it in GitHub Desktop.
Save Opus1no2/e9fb43d5617c81166976e8661660511d to your computer and use it in GitHub Desktop.
function foo() {
// This is a new lexical ENV
}
{
// Lexical ENV A
{
// Lexical ENV B
{
// Lexical ENV C
}
}
}
// global ENV
window
/*
A
^
|
B
^
|
C
/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment