Created
May 22, 2017 19:55
-
-
Save giancorzo/2e6ad41e072948c25d95012049332f52 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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