Skip to content

Instantly share code, notes, and snippets.

@zgulde
Created February 19, 2016 21:29
Show Gist options
  • Save zgulde/883816bbb6f9d42a92ef to your computer and use it in GitHub Desktop.
Save zgulde/883816bbb6f9d42a92ef to your computer and use it in GitHub Desktop.
[1,2,3,4,5].forEach(function(e, i){
setTimeout(function(){
console.log(e);
}, 1000 * i);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment