Skip to content

Instantly share code, notes, and snippets.

@obbaeiei
Created July 23, 2018 16:02
Show Gist options
  • Save obbaeiei/bbcaebc62b818c029340e8fc26d6093a to your computer and use it in GitHub Desktop.
Save obbaeiei/bbcaebc62b818c029340e8fc26d6093a to your computer and use it in GitHub Desktop.
inside setTimeout
setTimeout(function callMeBaby() { console.log(5) }, 1000)
function setTimeout(callback, ms) {
// รอ 1000 ms
callaback()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment