Skip to content

This repository is for beginners to start learning JavaScript from Scratch

License

Notifications You must be signed in to change notification settings

cee-elle/Learn-JavaScript

 
 

Repository files navigation

Learn JavaScript

This repository was made for beginners to start learning Javascript from Scratch

ESLint

After making your changes or adding your contributions, lint your javascript files with eslint by running following command

$ npm run lint:fix

Documentation

This repository uses Docsify for generating documentation website on the fly.

Steps:

  1. Install dependencies
    npm install
    
  2. Then run the following command to serve the documentation.
    npm run serve-docs
    
  3. Now you can preview documentation site in your browser by visiting http://localhost:3000.

About

This repository is for beginners to start learning JavaScript from Scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%