Skip to content

Commit fe7e84b

Browse files
committed
minor fixes
1 parent d20a6e3 commit fe7e84b

File tree

1 file changed

+4
-0
lines changed
  • 1-js/01-getting-started/01-hello-javascript

1 file changed

+4
-0
lines changed

1-js/01-getting-started/01-hello-javascript/article.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ Technically, even a coffee machine can include its own JavaScript engine to allo
1212

1313
![](javascript-engine.svg)
1414

15+
```smart header="Where to read?"
1516
There's a formal language description called [ECMAScript Language Specification](https://tc39.es/ecma262/), it describes how a JavaScript engine works. Sometimes we'll give references to it, but, though technically correct, it's hard to read for humans.
1617
18+
Also, there's a good JavaScript reference at [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference). One can type `mdn <a javascript term>` in an internet search engine to find the information about that term there.
19+
```
20+
1721
Programs in JavaScript are called "scripts".
1822

1923
**In this tutorial we concentrate on the "core" JavaScript, that works mostly everywhere.**

0 commit comments

Comments
 (0)