minor fixes
This commit is contained in:
parent
d20a6e3d5e
commit
fe7e84b260
1 changed files with 4 additions and 0 deletions
|
@ -12,8 +12,12 @@ Technically, even a coffee machine can include its own JavaScript engine to allo
|
|||
|
||||

|
||||
|
||||
```smart header="Where to read?"
|
||||
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.
|
||||
|
||||
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.
|
||||
```
|
||||
|
||||
Programs in JavaScript are called "scripts".
|
||||
|
||||
**In this tutorial we concentrate on the "core" JavaScript, that works mostly everywhere.**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue