Modern JavaScript Tutorial
HTML JavaScript CSS
Switch branches/tags
Nothing to show
Latest commit 9add0b1 Jun 4, 2017 @iliakan edits
Permalink
Failed to load latest commit information.
1-js symbols Jun 3, 2017
2-ui edits Jun 4, 2017
3-animation renames May 25, 2017
4-frames-and-windows renames May 25, 2017
5-regular-expressions renames May 25, 2017
6-async fixes Jun 3, 2017
archive Publish async/await! May 25, 2017
script renovations Feb 21, 2015
.gitignore minor Mar 15, 2015
README.md Update README.md Apr 17, 2017
changes.sketch renovations Apr 5, 2015
contributors.md up Mar 22, 2017
figures.sketch fixes Jun 3, 2017

README.md

The JavaScript Tutorial

This repository hosts the content of the JavaScript Tutorial, published at https://javascript.info.

Please use this repository to file issues and suggest PRs for the text.

Structure

Every chapter, article or a task has its folder.

The folder is named like N-url, where N is a number for the sorting purposes and url is the URL part with title of the material.

The type of the material is defined by the file inside the folder:

  • index.md stands for a chapter
  • article.md stands for an article
  • task.md stands for a task (solution must be provided in solution.md file aswell)

Each of these files starts from the # Main header.

Assets required for the material reside in the same folder.