Disclaimer:
I tested this in Chrome on a Mac. Your mileage may vary.
Getting Started:
-
Open the debugging console. Otherwise, nothing interesting happens.
-
This repl was built with traceur-compiler,
and CodeMirror2 so you can use ES6 features now!
Control the available ES6 options from the options
() menu.
-
The "Examples" menu contains sample code I made to get you started. Code will
execute every time you press
ESC
or ENTER
in the text area.
-
Click the Promises link in the top left to reset
(page refresh will just redisplay the last code you edited).
-
There are a few global helper functions. When used in examples, the example should have a
comment noting the function's signature.
-
Credits for included promises libraries:
Source