Skip to content

Instantly share code, notes, and snippets.

@saltnlight5
Last active October 11, 2015 05:48
Show Gist options
  • Save saltnlight5/3812649 to your computer and use it in GitHub Desktop.
Save saltnlight5/3812649 to your computer and use it in GitHub Desktop.
JavaScript Examples
// This is for Java scripting engine.
// Print all global variables!
for (i in this) { println(i + '=' + this[i]); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment