This simple vanilla Js project will give you an exmaple what the different between Syncronous, Asyncronous, Promise and Async-Await
In this project, I also add how you use 2 await in async function or use Promise.All
You can open the console and see the commented sentences on the code to see the explanation.