This is an example showing how we can send an asynchronous HTTP GET
request in Javascript, using the fetch API and using
await instead of promises. This example is similar to
Example 09. The logic is the same, but
here we use await instead of Promises.