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

following the lessons, this is the first time we see skipping of optional variables. So I added an extra comment to point that out explicitly. also i guess we always...

needs +1

This update fixes a typo by replacing "optimzed" with "optimized".

correct spelling of optimized

Refine grammar by removing redundant word Before fix: "the way for the function to can call itself reliably." After fix: "the way for the function to call itself reliably."

needs +1

I found one typo in the topic optional chaining. snippet: ``` let userAdmin = { admin() { alert("I am admin"); } }; ``` In the below phrase: > Here, in...

needs +1

The sentence seemed hard to understand, tried to make it easier to understand. Cheers

changes requested

Lines 294 and 327 refer to line 84: > A promise that is either resolved or rejected is called "settled" Lines 227 and 225 just have some potentially good improvements...

Only some minor suggestions

needs +1

line 15, 18, 225 - grammar fixes line 96 - Replaced comment to look like the actual error line 163 - fixed grammar and replaced `Lexical Environment` with `Environment Record`...