Skip to content

Instantly share code, notes, and snippets.

@anit-k
Last active June 1, 2017 10:29
Show Gist options
  • Save anit-k/c0a85850de8aaf7b12483da63129dbfa to your computer and use it in GitHub Desktop.
Save anit-k/c0a85850de8aaf7b12483da63129dbfa to your computer and use it in GitHub Desktop.
Test Alert
(function() {
// your page initialization code here
// the DOM will be available here
alert("Hello");
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment