Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. console.log("first");
  2. setImmediate(function(){
  3.     console.log("second");
  4. });
  5. console.log("third");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement