You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository hosts the content of the JavaScript Tutorial, to be available on [https://javascript.info](https://javascript.info).
5
-
6
-
The backend is written using [node.js](https://nodejs.org). It is in the separate repo: [https://github.com/iliakan/javascript-tutorial-server](https://github.com/iliakan/javascript-tutorial-server), here is the text only.
4
+
This repository hosts the content of the JavaScript Tutorial, published at [https://learn.javascript.info](https://learn.javascript.info).
7
5
8
6
Please use this repository to file issues and suggest PRs for the text.
9
7
10
8
## Structure
11
9
12
-
Every chapter, article or task has it's folder.
10
+
Every chapter, article or a task has its folder.
13
11
14
-
The folder has the name `N-url`, where `N` is a number for the sorting and `url` — is the URL-address for the material.
12
+
The folder has the name `N-url`, where `N` is a number for the sorting and `url` — is the URL-name for the material.
15
13
16
14
The kind of the material is defined by the file inside the folder:
17
15
@@ -21,6 +19,4 @@ The kind of the material is defined by the file inside the folder:
21
19
22
20
Each of these files starts from the `# Main header`.
23
21
24
-
Assets required for the material are in it's folder and can be referenced from the file.
25
-
26
-
For example, an `image.png` for the article should be in it's folder and accessed as `<img src="image.png">` from it's `article.md` file.
22
+
Assets required for the material reside in the same folder.
0 commit comments