Skip to content

Instantly share code, notes, and snippets.

@vldvel
Created March 1, 2018 07:20
Show Gist options
  • Save vldvel/fa6b645cb1e78012045618c475bf0e89 to your computer and use it in GitHub Desktop.
Save vldvel/fa6b645cb1e78012045618c475bf0e89 to your computer and use it in GitHub Desktop.
for (let i = 0; i < 5; i += 1) {
console.log(i);
}
// this will return immediately 0 -> 1 -> 2 -> 3 -> 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment