I wanted to have clarification on this. Let's say I have two functions. One is an async function. If I were to call that async function within another function, would that function call need the await keyword, and therefore the other function must also be an async function too?
That is my mindset of how I approach this. I haven't had any errors thrown before because of this.
await.