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

Or have 'use strict' at the beginning of the script.

Fix grammar and add more detail in task Improved summary descriptions based on https://javascript.info/events-change-input#event-change and https://javascript.info/events-change-input#event-input Changed of -> for

needs +1

I changed "parenthesis" to "parentheses" since "parenthesis" is singular and "parentheses" is plural and the sentence uses the plural version of the word. I changed "layed" to "laid" since "layed"...

needs +1

A few minor improvements.

needs +1

Bit of improvement in docs which i believe, that will help to developer to understand clearly.

needs +1

Fixed two small typos in the Summary section

needs +1

Here are links to [ECMAScript2020](https://262.ecma-international.org/11.0/#sec-lexical-environments) and [ECMAScript2023](https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-environment-records). There is no such term as "Lexical Environment" anymore (only "LexicalEnvironment" component as a state of an [execution context](https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-execution-contexts)). All "Lexical Environment" terms...

Updated the grammar and punctuation slightly at 54.

needs +1

I fixed a few errors I saw in the text, which were mainly spelling errors.

needs +1