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 2a55b5b commit 0c760beCopy full SHA for 0c760be
1-js/11-async/08-async-await/03-async-from-regular/task.md
@@ -1,7 +1,7 @@
1
2
# Call async from non-async
3
4
-We have a "regular" function called f. How can you call the `async` function wait() and use its result inside of f?
+We have a "regular" function called `f`. How can you call the `async` function `wait()` and use its result inside of `f`?
5
6
```js
7
async function wait() {
0 commit comments