Created
January 18, 2018 14:20
-
-
Save ktilcu/0cddf9a9307b16a4725cea5e73eed475 to your computer and use it in GitHub Desktop.
The hidden problem with async/await
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var friends = await people.map(person => await person.getFriends()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment