Skip to content

Commit ba5dfc8

Browse files
committed
minor fixes
1 parent c44d372 commit ba5dfc8

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

1-js/01-getting-started/1-intro/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Different engines have different "codenames". For example:
2929

3030
The terms above are good to remember because they are often mentioned. For instance, if your hear that "a feature X is supported by V8", then it probably works in Chrome, Opera and Edge browsers.
3131

32-
As mentioned, engines can execute not only in the browser. For instance, [Node.js](https://nodejs.org/) allows to execute JavaScript code without any browser at all. It's based on V8 engine. One can install it locally on your computer and write JavaScript code to assist in daily tasks, file management, etc.
32+
As mentioned, engines can execute not only in the browser. For instance, [Node.js](https://nodejs.org/) allows to execute JavaScript code without any browser at all. It's based on V8 engine. One can install it locally on your computer and write JavaScript code for to assist in daily tasks or make a web server using it.

1-js/01-getting-started/3-code-structure/article.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ This is a *statement* that outputs a string `"Hello, world!"`. You can see the o
1212

1313
TODO: arrow with "statement"
1414

15+
![statement|code="1:1"](statement.svg)
16+
17+
![statement|code="2:2"](statement.svg)
18+
1519
![statement|code="3:3"](statement.svg)
1620

1721
![statement|code="4:4"](statement.svg)
Loading

0 commit comments

Comments
 (0)