Skip to content

Instantly share code, notes, and snippets.

@tigransimonyan
Created July 29, 2018 17:55
Show Gist options
  • Save tigransimonyan/23721e988ac4e32ebb6d956040144f70 to your computer and use it in GitHub Desktop.
Save tigransimonyan/23721e988ac4e32ebb6d956040144f70 to your computer and use it in GitHub Desktop.
let i = 0;
do {
alert(i);
i++;
} while(i < 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment