A JavaScript code playground
Just type in any js code in the editor pane and open the developer console to see the result.
All js code is run with eval. Hence the supported js code syntax depends on the
browser that the code is currently running in.
- Test short js code snippets with autocompletion.
- Save script with browser storage. (
sessionStoragein development mode andlocalStoragein production mode) - Support editor vim keybinding.
- Load external js libraries. (powered by cdnjs)
- Load script according to code pattern:
//@@ http://jquery.js - Persist settings (vim)