en.javascript.info
en.javascript.info copied to clipboard
Modern JavaScript Tutorial
In unstrict mode, no error is thrown
Spelling: `optimzed` -> `optimized` Consistency: `Import *` -> `Import "*"` For consistency with `Import "as"` and `Export "as"`. Also -- as-is it looks like `Import *` is just `Import` with...
Just a small typo that I found while going over the [Export and Import](https://javascript.info/import-export) article.
line 8 - grammar fix line 51 - removed unnecessary space line 64, 72 - small improvements newline 65
lines 101, 211, 259, 261, 280, 282 and 284 - improvement suggestions line 130 - grammar fix
more inclusive. idk how it is elsewhere throughout the website, just nagging me
I think a comma (,) after every "In the code below" makes the text more readable. For example, there is a line that says: In the code below `prompt` asks...
Changed 'deducted' -> 'deduced'. Deduct means to subtract, while deduce means to conclude through reasoning.