Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



The ECMA-262 specification 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.

A new specification version is released every year. Between these releases, the latest specification draft is at https://tc39.es/ecma262/.

To read about new bleeding-edge features, including those that are “almost standard” (so-called “stage 3”), see proposals at https://github.com/tc39/proposals.

Also, if you’re developing for the browser, then there are other specifications covered in the second part of the tutorial.

If you want to change selection, open document below and click on "Move attachment"

Unknown title
, 2022 Manuals and specifications This book is a tutorial. It aims to help you gradually learn the language. But once you’re familiar with the basics, you’ll need other resources. Specification <span>The ECMA-262 specification 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. A new specification version is released every year. Between these releases, the latest specification draft is at https://tc39.es/ecma262/. To read about new bleeding-edge features, including those that are “almost standard” (so-called “stage 3”), see proposals at https://github.com/tc39/proposals. Also, if you’re developing for the browser, then there are other specifications covered in the second part of the tutorial. Manuals MDN (Mozilla) JavaScript Reference is the main manual with examples and other information. It’s great to get in-depth information about individual language functions, methods et


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.