Learn JavaScript
This repository was made for beginners to start learning Javascript from Scratch
EsLint
Lint your js file with eslint
$ npm run lint
Documentation
This repository using Docsify for generate documentation website on the fly.
You can run the local server with command Docsify serve docs
and preview documentation site in your browser on http://localhost:3000.