Skip to content

Instantly share code, notes, and snippets.

@mer30hamid
Created June 17, 2014 20:08
Show Gist options
  • Save mer30hamid/a0b54cca0babce063920 to your computer and use it in GitHub Desktop.
Save mer30hamid/a0b54cca0babce063920 to your computer and use it in GitHub Desktop.
my first gist - just a test !
function test(){
for(i=1;i<=100;++i){
alert("Hi");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment