Skip to content

Instantly share code, notes, and snippets.

@0x4a
Created June 1, 2014 13:57
Show Gist options
  • Save 0x4a/411e17c9320a8251f643 to your computer and use it in GitHub Desktop.
Save 0x4a/411e17c9320a8251f643 to your computer and use it in GitHub Desktop.
list all global variables - #js #dev
console.log(Object.keys(window));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment