https://github.com/zillding/js-playground
a simple js code playground
https://github.com/zillding/js-playground
Last synced: 4 months ago
JSON representation
a simple js code playground
- Host: GitHub
- URL: https://github.com/zillding/js-playground
- Owner: zillding
- Created: 2016-03-31T07:29:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T02:40:41.000Z (almost 2 years ago)
- Last Synced: 2024-09-18T06:10:34.265Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://zillding.github.io/js-playground/
- Size: 14.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS Playground
[](https://github.com/prettier/prettier)
A JavaScript code playground
## Usage
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.
## Features
- Test short js code snippets with autocompletion.
- Save script with browser storage. (`sessionStorage` in development mode and `localStorage` in production mode)
- Support editor vim keybinding.
- Load external js libraries. (powered by [cdnjs](https://cdnjs.com/))
- Load script according to code pattern: `//@@ http://jquery.js`
- Persist settings (vim)