const jsons = await urls.map(fetch).map(r => r.json())
It also supports async method chaining that makes somethings like magic.
It also supports async method chaining that makes somethings like magic.