impatient-js
impatient-js copied to clipboard
Chapter: Asynchronous iteration
Section 39.1.2 (42.1.2 in the print edition) says:
We call
.next()
in line B, line C and line D. Each time, we use.next()
to unwrap the Promise...
I think you meant to say 'we use .then()
to unwrap the Promise'?
The book has been very helpful so far!
Thanks @anthemion-org! This typo will be fixed in the next release.