Created
April 17, 2016 20:35
-
-
Save CleverProgrammer/54e861ad325807a204bf7440921399bf to your computer and use it in GitHub Desktop.
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
prompt("Do you want an annoying pop up"); | |
x=1; | |
while (x<15){ | |
confirm("Annoying pop up"); | |
x=x+1; | |
}; | |
confirm("ok your done"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment