en.javascript.info
en.javascript.info copied to clipboard
Modern JavaScript Tutorial
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
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"...
Bit of improvement in docs which i believe, that will help to developer to understand clearly.
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...