How to escape Promise Hell
Ronald Chen
9316
Also, in the naïve `Nested.then` example where it says:
> return (database)
Shouldn’t that line say `return findAllBooks(database)` instead?
Also, in the naïve `Nested.then` example where it says:
> return (database)
Shouldn’t that line say `return findAllBooks(database)` instead?