Skip to content

Instantly share code, notes, and snippets.

@latompa
Last active August 29, 2015 14:28
Show Gist options
  • Save latompa/dbd8012d0990aecc9436 to your computer and use it in GitHub Desktop.
Save latompa/dbd8012d0990aecc9436 to your computer and use it in GitHub Desktop.
test.js
javascript:(function myStuff() {
alert('here');
}
myStuff();
)();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment