Skip to content

Commit 271ad9c

Browse files
authored
Q34 note improvement
1 parent a07292f commit 271ad9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenges/async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ executeGeneratorWithPromise(gen);
12531253
```
12541254
12551255
###### Notes
1256-
`asyncFunc1` and `asyncFunc2` are considered as asynchronous functions returning promise which resolves returning an object having property value
1256+
The generator and the helper function 'executeGeneratorWithPromise' executes hand in hand, where the generator pauses returning a promise and the helper function starts generator on that promise resolution
12571257
12581258
###### References
12591259
- https://www.promisejs.org/generators/

0 commit comments

Comments
 (0)