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.
2 parents f484d07 + a8e7709 commit 1b261c2Copy full SHA for 1b261c2
1 file changed
web/src/pages/challenges/async.mdx
@@ -208,7 +208,7 @@ function callbackManager(asyncFuncs) {
208
function nextFuncExecutor() {
209
const nextAsyncFunc = asyncFuncs.shift();
210
if (nextAsyncFunc && typeof nextAsyncFunc === "function") {
211
- nextAsyncFunc(nextFuncExecutor, asyncFuncs);
+ nextAsyncFunc(nextFuncExecutor);
212
}
213
214
nextFuncExecutor();
0 commit comments