DEV Community

Discussion on: How to use async/await with map and Promise.all

Collapse
 
frames75 profile image
frames

Nice tutorial. There is a typo in the first piece of code:

let characterResponseJson = await characterResponse.json()

//    console.log(characterRepsonseJson)
      console.log(characterResponseJson)
Enter fullscreen mode Exit fullscreen mode
Collapse
 
jamesliudotcc profile image
James Liu

Not anymore, there isn't. Thanks!