Skip to content

Instantly share code, notes, and snippets.

@tazsingh
Created August 11, 2015 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tazsingh/ec75a4ce0e18b3d6f51a to your computer and use it in GitHub Desktop.
Save tazsingh/ec75a4ce0e18b3d6f51a to your computer and use it in GitHub Desktop.
No Async APIs in the core JavaScript language
> 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