Freelance Projects, Design and Programming Tutorials
Javascript async await not waiting for fetch [duplicate]
I’m testing a basic usage of async/await in Javascript, and I want to understand why it’s not waiting until fetch finishes and then run the “return” line.