en.javascript.info
en.javascript.info copied to clipboard
Modern JavaScript Tutorial
Language ISO name: `gl` Maintainer: nunhes [email protected] Hi, Galician is a language spoken primarily in Galicia, but with a historical presence that extends to the bordering regions of the northwestern...
`Promise.all` is referred to in the singular, so we should say `it does` rather than `it do`.
Both versions are equivalent in this case, but this version is technically closer to how the assignments actually propagate.
In 1.6.4 "The old 'var' ", an example in the IIFE section states: > !function() { alert("Bitwise NOT operator starts the expression"); }(); although `!` represents the logical NOT operator...
Fixing a misstype now: let result = /* calculations of the result for */ obj; change to: let result = /* calculations of the result for obj */;
Typo let result = /* calculate the result for */ obj; => let result = /* calculate the result for obj */;
the wording seemed a little bit confusing, and had some unusual grammatical decisions. I tried to capture the spirit of the summary and make it easier for others to understand.