Skip to content

Instantly share code, notes, and snippets.

@arturovt
Created June 6, 2019 22:57
Show Gist options
  • Save arturovt/56f7d416cfc298e38043101de3e67935 to your computer and use it in GitHub Desktop.
Save arturovt/56f7d416cfc298e38043101de3e67935 to your computer and use it in GitHub Desktop.
setTimeout(() => {
console.log('setTimeout.callback is invoked');
}, 100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment