Guest User

Untitled

a guest
Apr 24th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. for (var i = 0; i < 10; i++) {
  2. setTimeout(function () {
  3. console.log(i);
  4. }, 0);
  5. }
Add Comment
Please, Sign In to add comment