en.javascript.info
en.javascript.info copied to clipboard
Modern JavaScript Tutorial
### Array methods There is no point in trying to change the meaning of the word [_"between"_](https://gramota.ru/meta/mezhdu) with any formulas.
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...
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...
### 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...