Last active
June 1, 2017 10:29
-
-
Save anit-k/c0a85850de8aaf7b12483da63129dbfa to your computer and use it in GitHub Desktop.
Test Alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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