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

- Completely full code block with arrow functions in section https://javascript.info/arrow-functions-basics - Solved #3150. In my opinion, this task should have importance rating 5, because in similar task https://javascript.info/task/rewrite-switch-if-else has...

No assign importance rating to this task: https://github.com/javascript-tutorial/en.javascript.info/blob/master/1-js/02-first-steps/17-arrow-functions-basics/1-rewrite-arrow/task.md

I think to assign is to put (something under responsibility of, for example) so you assign an object to a variable, not a variable to an object "storing" is redundant...

I changed 'properties' on line 2 (after the main heading) of the article- 'property getters and setters', from 'properties' to'property' , so that it would be correct grammatically. The new...

Two grammar corrections I came across while reading the article.

The [structuredClone](https://developer.mozilla.org/en-US/docs/Web/API/structuredClone) global method is now supported by almost all browsers. I think a new paragraph should be present, showing a new and simpler way of deep cloning.

The first task of the [variables page](https://javascript.info/variables) suggest to declare and use two variables : `admin` and `name`. Using `name` as the name of the variable can be confusing and...

I didn't get a chance to look into this deeply, but I am seeing there are some errors with dom manipulation calls for this page. It's worthwhile to take a...

On the example: https://javascript.info/event-delegation#behavior-counter ``` Counter: One more counter: ``` No closing tags. They don't throw an error because browser will fix them, but I think they should be fixed...