Skip to content

Instantly share code, notes, and snippets.

@ippaiva
Created September 26, 2018 19:36
Show Gist options
  • Save ippaiva/6c6d6249d12978b1a2a942700645de87 to your computer and use it in GitHub Desktop.
Save ippaiva/6c6d6249d12978b1a2a942700645de87 to your computer and use it in GitHub Desktop.
js created by ippaiva - https://repl.it/@ippaiva/js
for (var i = 10; i >= 1; i--) {
console.log(i);
}
console.log("Boom!");
@ippaiva
Copy link
Author

ippaiva commented Sep 26, 2018

BOOM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment