Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 427 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 427 Bytes

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.