getify / Functional-Light-JS

Pragmatic, balanced FP in JavaScript. @FLJSBook on twitter.
http://FLJSBook.com
Other
16.6k stars 1.95k forks source link

Development Edit: Chapter 11 #68

Closed bmacdonald-editor closed 7 years ago

bmacdonald-editor commented 7 years ago

This chapter is pretty straightforward as well. There can't really be any organizational issues here, because it's a walkthrough of an extended example.

There are a lot of cross-refs in this chapter. You could make these links for the ebook.

"That <li> element (actually, a list of that element) is passed to getStockInfoChildElems(..), giving us three child <span> elements for the stock display info" You lost me here. I don't see where the <li> elements are coming from. Unless they're introduced later in the chapter, and this section has been rearranged?

"Next, let's look at extractInfoChildElem:" This should be extractInfoChildElemVal, right?