All Projects → Swap76 → Learn Javascript

Swap76 / Learn Javascript

Licence: agpl-3.0
This repository is for beginners to start learning JavaScript from Scratch

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Learn Javascript

Wazuh Documentation
Wazuh - Project documentation
Stars: ✭ 82 (-13.68%)
Mutual labels:  documentation
P5js Cheat Sheet
a p5js cheat sheet for beginners!
Stars: ✭ 89 (-6.32%)
Mutual labels:  beginner-friendly
Docs
This repository contains the pfSense Documentation
Stars: ✭ 92 (-3.16%)
Mutual labels:  documentation
Elementsproject.org
Source code for the ElementsProject.org website
Stars: ✭ 84 (-11.58%)
Mutual labels:  documentation
A11y.css
This CSS file intends to warn developers about possible risks and mistakes that exist in HTML code. It can also be used to roughly evaluate a site's quality by simply including it as an external stylesheet.
Stars: ✭ 1,277 (+1244.21%)
Mutual labels:  documentation
Hacktoberfest
Find more projects at https://hacktoberfest.digitalocean.com/#projects
Stars: ✭ 90 (-5.26%)
Mutual labels:  beginner-friendly
Infima
A UI framework that provides websites with the minimal CSS and JS needed to get started with building a modern responsive beautiful website
Stars: ✭ 82 (-13.68%)
Mutual labels:  documentation
Yookassa Github Docs
Stars: ✭ 93 (-2.11%)
Mutual labels:  documentation
Community
Modern Confluence alternative designed for internal & external docs, built with Golang + EmberJS
Stars: ✭ 1,286 (+1253.68%)
Mutual labels:  documentation
Gatsby Documentation Starter
Automatically generate docs for React components using MDX, react-docgen, and GatsbyJS
Stars: ✭ 91 (-4.21%)
Mutual labels:  documentation
Maze
Maze Applied Reinforcement Learning Framework
Stars: ✭ 85 (-10.53%)
Mutual labels:  documentation
Tarsdocs
The documentations of TARS
Stars: ✭ 86 (-9.47%)
Mutual labels:  documentation
Documentation
Strapi Documentation mono-repo
Stars: ✭ 88 (-7.37%)
Mutual labels:  documentation
Code Cookbook
The Haxe Code Cookbook - A community driven resource website for learning Haxe in practise
Stars: ✭ 84 (-11.58%)
Mutual labels:  documentation
Jekyll Rtd Theme
Just another documentation theme compatible with GitHub Pages
Stars: ✭ 92 (-3.16%)
Mutual labels:  documentation
Drf Autodocs
Ultimately automated DRF documentation rendering(UNMAINTAINED)
Stars: ✭ 82 (-13.68%)
Mutual labels:  documentation
Docpht
With DocPHT you can take notes and quickly document anything and without the use of any database.
Stars: ✭ 90 (-5.26%)
Mutual labels:  documentation
Bisq Docs
@bisq-network documentation at https://docs.bisq.network
Stars: ✭ 94 (-1.05%)
Mutual labels:  documentation
Mkdocs macros plugin
Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code.
Stars: ✭ 93 (-2.11%)
Mutual labels:  documentation
Chinese Copywriting Guidelines
Chinese copywriting guidelines for better written communication/中文文案排版指北
Stars: ✭ 10,648 (+11108.42%)
Mutual labels:  documentation

Learn JavaScript

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

Documentation

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

If you want to run Docsify, you must use the 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 http://localhost:3000.

ESLint

After making your changes or adding your contributions, lint your javascript files with eslint by running the following command. While linting, many errors may arise. Don't try to fix errors from other files except yours as this is a tutorial repo some mistakes are intentional.

$ npm run lint:fix

References

MDN

One of the famous reference site for Javascript, it introduces various concepts from beginning to advanced.

w3schools.com

W3Schools is an educational website for learning web technologies online. Content includes tutorials and references relating to HTML, CSS, JavaScript and many more.

The Modern JavaScript Tutoial

This web site introduces JavaScript with well-sorted topics, giving a basic overview of JavaScript.

TutorialPoint

They provide a variety of media content such as videos, eBooks, and other learning materials making JavaScript much simpler.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].