Skip to content

Instantly share code, notes, and snippets.

@alexshelkov
Created February 3, 2022 15:23
Show Gist options
  • Save alexshelkov/9c0c0cdc5034e9dca4fde45d596d8157 to your computer and use it in GitHub Desktop.
Save alexshelkov/9c0c0cdc5034e9dca4fde45d596d8157 to your computer and use it in GitHub Desktop.
for (var i = 0; i < 3; i++) {
setTimeout(() => {
console.log(i);
}, i * 1000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment