Guest User

Untitled

a guest
Jul 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. setTimeout(function callMeBaby() { console.log(5) }, 1000)
  2. function setTimeout(callback, ms) {
  3. // รอ 1000 ms
  4. callaback()
  5. }
Add Comment
Please, Sign In to add comment