We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667ac5c commit 4cf8665Copy full SHA for 4cf8665
promises.tex
@@ -347,7 +347,7 @@ \section{Promises}\label{s:promises-promises}
347
The first is the \texttt{try...catch} event loop,
348
and the second is \texttt{fetch}.
349
JavaScript rips the asynchronous code right out of the execution context!
350
-There's no error, because \texttt{fetch} never got the chance to run.
+There's no error, because \texttt{fetch} hasn't yet had the chance to run.
351
352
Going back to the \texttt{fs-extra.stat} example above,
353
what if we want to process multiple files,
0 commit comments