This commit is contained in:
Ilya Kantor 2019-08-30 23:59:04 +03:00
parent b0d39f8568
commit e9ded79b03
3 changed files with 28 additions and 28 deletions

View file

@ -5,7 +5,7 @@ This book is a *tutorial*. It aims to help you gradually learn the language. But
## Specification
**The ECMA-262 specification** contains the most in-depth, detailed and formalized information about JavaScript. It defines the language.
[The ECMA-262 specification](https://www.ecma-international.org/publications/standards/Ecma-262.htm) contains the most in-depth, detailed and formalized information about JavaScript. It defines the language.
But being that formalized, it's difficult to understand at first. So if you need the most trustworthy source of information about the language details, the specification is the right place. But it's not for everyday use.