en.javascript.info
en.javascript.info copied to clipboard
Modern JavaScript Tutorial
If you use a static seed in your code, all tests will pass, because technically the seed is the same, however, the input changed so it shouldn't be the same....
pinkr.co link in task and solution for the task is once again not going through
Broken link for task in pinkr.co
open a sandbox for the task link is loading infinitely and not opening over here on various pages of the lesson... Please fix this
Multiply-and-divide. For example, to round the number to the 2nd digit after the decimal, we can multiply the number by 100, call the rounding function and then divide it back....
I noticed that [Iteration over Maps](https://javascript.info/map-set#iteration-over-map) uses a feature in its example code, that _only later_ is explained in the next sub-topic [Object.entries: Map from Object](https://javascript.info/map-set#object-entries-map-from-object) - namely initialization of...
I think reversing the order of comments, starting from the latest at the top would be beneficial for many reasons, one of them is that comments from a few years...
As at August 30th around 11pm till now, plunker links for tutorial tasks are broken...Please fix this
Initially, Javscript was called "Mocha", then changed to "LiveScript" before finally being named JavaScript.
The updated example better demonstrates how arguments behaves inside arrow functions. In the previous example, the arrow function was invoked without passing its own parameters, so it wasn’t obvious that...