Skip to content

Instantly share code, notes, and snippets.

@giancorzo
Created May 22, 2017 19:55
Show Gist options
  • Save giancorzo/2e6ad41e072948c25d95012049332f52 to your computer and use it in GitHub Desktop.
Save giancorzo/2e6ad41e072948c25d95012049332f52 to your computer and use it in GitHub Desktop.
console.log('Primero');
setTimeout(_ => {
console.log('Segundo');
},10);
console.log('Tercero');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment