Apr 26, 2022
Short one liner http requests with async/await are beautiful though...
```
const res = await (await fetch(`http://<url>`)).json();
```
Short one liner http requests with async/await are beautiful though...
```
const res = await (await fetch(`http://<url>`)).json();
```