marijnh / Eloquent-JavaScript

The sources for the Eloquent JavaScript book
https://eloquentjavascript.net
3.01k stars 795 forks source link

Fix ReferenceError in chapter 11 exercise 1 #430

Closed HalilCan closed 6 years ago

HalilCan commented 6 years ago

The solution stubs indicate that the functions take nest values, whereas the function call later on needs to call with a specific nest, like bigOak. The error might make it unclear for someone studying promises for the first time, as the tests didn't require modification before.

marijnh commented 6 years ago

Thank you! Merged as 5fde6f4