Skip to content

Commit 0c760be

Browse files
authored
Update task.md
1 parent 2a55b5b commit 0c760be

File tree

1 file changed

+1
-1
lines changed
  • 1-js/11-async/08-async-await/03-async-from-regular

1 file changed

+1
-1
lines changed

1-js/11-async/08-async-await/03-async-from-regular/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Call async from non-async
33

4-
We have a "regular" function called f. How can you call the `async` function wait() and use its result inside of f?
4+
We have a "regular" function called `f`. How can you call the `async` function `wait()` and use its result inside of `f`?
55

66
```js
77
async function wait() {

0 commit comments

Comments
 (0)