Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save djD-REK/71f565ae11c6e56d5ab72e35d71d46a2 to your computer and use it in GitHub Desktop.
Save djD-REK/71f565ae11c6e56d5ab72e35d71d46a2 to your computer and use it in GitHub Desktop.
for (let i = 1; i <= 5; i++) {
setTimeout(() => console.log(`Hello #${i}`), 1000 * i)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment