en.javascript.info icon indicating copy to clipboard operation
en.javascript.info copied to clipboard

Modern JavaScript Tutorial

Results 433 en.javascript.info issues
Sort by recently updated
recently updated
newest added

Setting __proto__ of an existing object to null also works.

review needed

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`.

review needed

Both versions are equivalent in this case, but this version is technically closer to how the assignments actually propagate.

review needed

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...

review needed

Fixing a misstype now: let result = /* calculations of the result for */ obj; change to: let result = /* calculations of the result for obj */;

review needed

Typo let result = /* calculate the result for */ obj; => let result = /* calculate the result for obj */;

review needed

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.

review needed