Last active
September 28, 2017 11:56
-
-
Save isummation/9d16b3082c36f7becce3480c685d990c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| setTimeout(function(){ | |
| console.log("callled later"); | |
| }, 1000); | |
| console.log("Called first"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment