You-Dont-Know-JS
You-Dont-Know-JS copied to clipboard
A book series on JavaScript. @YDKJS on twitter.
Fixes [#948](https://github.com/getify/You-Dont-Know-JS/issues/948)
**Yes, I promise I've read the [Contributions Guidelines](CONTRIBUTING.md)** (please feel free to remove this line).
without lack of clear understanding --> without LUCK of clear understanding || WITH lack of clear understanding || :something like that: Even though I made a correction, probably it will...
The ECMAScript language types quotation is missing Symbol Type. I have updated quotation from Ecma-262 Edition 5.1 to 7.0 and updated the link
Lines 1540 through 1573 refer to the module with "foo" as "A" and the module with "bar" as "B". Lines 1580 through 1605 should match these names, rather than referring...
I think that is the proper description? Not `length` bytes, but rather `length` elements initialized to 0.
#734 was confirmed as typo, so I am sending a pull request with the tiny change :)
I think this will help JS developers from getting false when they're expecting true