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

- motivate `.fill` and expose tricky `.map` behavior ## Caution First attempt at using the smart headers (info/warning boxes), so I may have boggled that. (Couldn't get [server](../../server) running to...

review needed

- removed the statement "As you can see, that's almost one-liner", because it doesn't make sense - neither grammatically nor logically. These 20 lines of code aren't even close to...

needs +1

# [Basic operators, maths](https://javascript.info/operators#comma) > ![image](https://github.com/javascript-tutorial/en.javascript.info/assets/74434545/ee798a7c-c710-4d94-87b9-357da9ff0f32) I think we need to add a clarification to this example, because if we run `a = 1 + 2, 3 + 4` or...

changes requested

The solution provided to this question assumes function is executed in "strict" mode. The code has been updated to mention

I made numerous additions and edits to make the page read more fluently. I also fixed a misspelling of "parentheses."

needs +1

- Fixes grammatical errors including word choice and punctuation

needs +1

Added push, pop, shift, unshift to list of methods in summary, that modify original Array

1. Updated title 2. Add note about clicking button element to trigger submit event 3. Fix meaning in task.md

needs +1