https://github.com/paradite/jsbyexample
:white_check_mark: JS By Example
https://github.com/paradite/jsbyexample
example guide javascript learning reference
Last synced: 6 months ago
JSON representation
:white_check_mark: JS By Example
- Host: GitHub
- URL: https://github.com/paradite/jsbyexample
- Owner: paradite
- Created: 2020-07-26T12:15:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T15:11:45.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T06:44:56.858Z (9 months ago)
- Topics: example, guide, javascript, learning, reference
- Language: JavaScript
- Homepage: https://paradite.github.io/jsbyexample/
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS By Example
[https://paradite.github.io/jsbyexample/](https://paradite.github.io/jsbyexample/)
## Contributing
Contributions are welcomed!
Simple add more examples into `app.js`.
## Running
```bash
# python2
$ python -m SimpleHTTPServer 8000
# python3
$ python3 -m http.server
```
## TODO
- move `eval` to CI or build stage
- syntax highlighting (something light weight)
- Favicon
- [x] short explanation for some items