javascript-allonge-six
javascript-allonge-six copied to clipboard
https://leanpub.com/javascriptallongesix
https://github.com/raganwald/javascript-allonge-six/blob/e9102eac19a5b499a6db8dd271ee1c1d33fc95db/manuscript/markdown/1.ComposingData/reassignment.md?plain=1#L23 It looks like this text was copied to "Reassignment" from "rebinding," so it references itself.
when next() being called, it needs to understand it's enclosing environment, which share the same `this` of `this.index`. Otherwise `this.array` is `undefined` and this is {next()(...)}. 
In "values and identity" paragraph, the operator for comparison is `===`. `==` was not introduced yet.
some miscellaneous typo fixes
We found the following problems with your epub file:\n - Error while parsing file 'Duplicate ID 'fn-mp''. - Error while parsing file 'Duplicate ID 'fn-mapWith''. - Error while parsing file...
First of all thank you for this wonderful book! I bought it after having read about half of it on learnpub. It is the best javascript book I found so...
First, thanks for releasing JavaScript Allonge Six edition free to read online! I just started reading it and I think I'm going to have to buy a copy. I think...
I just finished working through your extension of a queue into a dequeue – page 197 of the most recent "printing" on Leanpub. When I ran your code examples, I...
- streamline the code - emphasize that this is an example of a way of thinking - reference the way Ruby has a module for iterations