Created
September 26, 2018 19:36
-
-
Save ippaiva/6c6d6249d12978b1a2a942700645de87 to your computer and use it in GitHub Desktop.
js created by ippaiva - https://repl.it/@ippaiva/js
This file contains hidden or 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
for (var i = 10; i >= 1; i--) { | |
console.log(i); | |
} | |
console.log("Boom!"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BOOM!