Skip to content

Instantly share code, notes, and snippets.

@CleverProgrammer
Created April 17, 2016 20:35
Show Gist options
  • Save CleverProgrammer/54e861ad325807a204bf7440921399bf to your computer and use it in GitHub Desktop.
Save CleverProgrammer/54e861ad325807a204bf7440921399bf to your computer and use it in GitHub Desktop.
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