could never find a reasonable explanation for what m about to ask.....
so asynchronous thread (imo) means means that you can execute multiple things at a time and you don't have to finish executing the current thing in order to move on to next one.....
although in javascript when u actually WANT to wait for a task/ a promise to resolve before u move onto the next one, u have to explicitly mark the function with a "async" keyword..... and then only u can "await" for a task before u move onto the next line..... why is that?
you can use Promise.all, for waiting for multiple promises
Yes but what I have confusion with is
Обсуждают сегодня