en.javascript.info
en.javascript.info copied to clipboard
Modern JavaScript Tutorial
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...
This update fixes a typo by replacing "optimzed" with "optimized".
Word missing "i"
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."
I found one typo in the topic optional chaining. snippet: ``` let userAdmin = { admin() { alert("I am admin"); } }; ``` In the below phrase: > Here, in...
The sentence seemed hard to understand, tried to make it easier to understand. Cheers
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...
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`...