Skip to content

Instantly share code, notes, and snippets.

@pererinha
Last active August 29, 2015 14:02
Show Gist options
  • Save pererinha/0858d9a848deeba636a7 to your computer and use it in GitHub Desktop.
Save pererinha/0858d9a848deeba636a7 to your computer and use it in GitHub Desktop.
just an alert
var a = function(){ alert(1); };a();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment