This repository was made for beginners to start learning Javascript from Scratch
Lint your js file with eslint
$ npm run lint
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.