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

### Array methods There is no point in trying to change the meaning of the word [_"between"_](https://gramota.ru/meta/mezhdu) with any formulas.

review needed

In the [JavaScript.info](https://javascript.info/object-methods#tasks) tutorial, the following example is incorrect: `ladder.up().up().down().showStep().down().showStep();` // shows 1 then 0 It actually throws this error in the console: Uncaught TypeError: Cannot read properties of undefined...

pinkr link for sandbox task work well on mobile but completely refuses to open on computer Please fix this once and for all

in [this article](https://javascript.info/closure), we are discussing lexical environments, and the scope of variables. upon initialization, variables are defined as `` because "[the engine knows about the variable, but it cannot...

an object "user" -> the object "user"

review needed

In the 'switch' article, the code example for grouping cases was using an incorrect value for the variable `a`. This caused the example to not follow the intended logic of...

needs +1

Clarification regarding "hasInstance" method

review needed

### Getting a substring The word _"between"_ is not suitable for describing this method - its meaning is precisely: _"to fall between two stools"_. If this mistake was based on...

review needed