Last active
November 25, 2019 21:35
-
-
Save cngondo/907367a28b2777bd82f63e3c1ca867b2 to your computer and use it in GitHub Desktop.
Global Context
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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