No description
Find a file
2022-10-10 11:31:13 -03:00
1-js Update article.md 2022-10-10 11:31:13 -03:00
2-ui Remove description of inconsistency between Chrome and Firefox 2022-09-29 23:13:45 +08:00
3-frames-and-windows replace side-effect with side effect 2022-04-25 23:11:54 +06:00
4-binary Fix Typo 2022-07-10 22:49:40 -04:00
5-network Update article.md 2022-08-28 12:52:32 +03:00
6-data-storage closes #3190 2022-10-01 19:53:25 +02:00
7-animation minor fixes 2022-08-14 15:26:02 +03:00
8-web-components Update article.md 2022-09-27 12:02:02 +02:00
9-regular-expressions Merge pull request #3100 from joaquinelio/patch-11 2022-08-14 15:00:22 +03:00
script renovations 2015-02-21 14:58:02 +03:00
.gitattributes minor fixes 2022-06-26 11:06:17 +04:00
.gitignore minor fixes 2021-09-25 14:44:47 +03:00
AUTHORING.md translate 2019-04-14 17:09:15 +03:00
changes.sketch renovations 2015-04-05 23:59:54 +03:00
css.md css 2019-06-14 09:25:50 +03:00
figures.sketch closes #3039, #3082 2022-06-26 10:33:01 +04:00
LICENSE.md Update LICENSE.md 2019-07-16 13:19:28 +03:00
README.md Fixed Grammar issues 2022-08-25 00:03:18 +01:00
svgs.zip minor fixes 2021-09-25 14:44:47 +03:00
todo.md minor 2019-04-10 10:53:34 +03:00

The Modern JavaScript Tutorial

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

Translations

We'd like to make the tutorial available in many languages. Please help us to translate.

See https://javascript.info/translate for the details.

Contributions

We'd also like to collaborate on the tutorial with other people.

Something's wrong? A topic is missing? Explain it to people, add it as PR 👏

You can edit the text in any editor. The tutorial uses an enhanced "markdown" format, easy to grasp. And if you want to see how it looks on-site, there's a server to run the tutorial locally at https://github.com/javascript-tutorial/server.

The list of contributors is available at https://javascript.info/about#contributors.

Structure

Every chapter, article, or 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 the 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 as well)

Each of these files starts from the # Main header.

It's very easy to add something new.



Ilya Kantor @iliakan