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

geeksesi/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.

if you want run Docsify you must use latest version of node (now is v13.0.1) read this issue #299

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 https://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%