Skip to content

Instantly share code, notes, and snippets.

@colibie
Created April 19, 2020 14:29
Show Gist options
  • Save colibie/2c3fc0c46d53f71e05485f17d5ab6f4a to your computer and use it in GitHub Desktop.
Save colibie/2c3fc0c46d53f71e05485f17d5ab6f4a to your computer and use it in GitHub Desktop.
hello(5)
hello(4)
hello(3)
hello(2)
hello(1)
hello(0)
hello(-1)
---
console.log(-1) // and other statements left
console.log(0) // and other statements left
console.log(1) //...
console.log(2) //...
console.log(3) //...
console.log(4) //...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment