Skip to content

Instantly share code, notes, and snippets.

@cngondo
Last active November 25, 2019 21:35
Show Gist options
  • Save cngondo/907367a28b2777bd82f63e3c1ca867b2 to your computer and use it in GitHub Desktop.
Save cngondo/907367a28b2777bd82f63e3c1ca867b2 to your computer and use it in GitHub Desktop.
Global Context
var gVariable = "foo";
gVariable == window.gVariable; //returns true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment