I'm new to JavaScript and learning things. I just compared the the chaining of promises using then and writing an async block and included the await functions. Are the chaining of promises and async/await interchangeable? Am I doing it right comparing these? or there is something wrong with my understanding of promises and Async/Await?