Why is this an async function? It wants every function above it be async. Why not just make all functions async by default in JavaScript? And then get rid of the keywords. Wait…