Created
August 11, 2015 14:56
-
-
Save tazsingh/ec75a4ce0e18b3d6f51a to your computer and use it in GitHub Desktop.
No Async APIs in the core JavaScript language
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
> d8 | |
V8 version 3.30.33.16 [console: readline] | |
d8> typeof setTimeout | |
undefined | |
d8> typeof console | |
undefined | |
d8> print("Probably not what you're used to!") | |
Probably not what you're used to! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment