Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. console.log(1);
  2. setTimeout(() => {
  3. console.log(2);
  4. }, 0);
  5. for(let i = 3; i < 1000; i ++)
  6. console.log(i);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement