Async await VS .then().catch()
Hi everyone, today we will be looking into what promises are, .then(), .catch() methods and why async await is a better option.
When we are dealing with simple types in javascript such as strings and numbers, our code executes sequentially.
We can ...
khushpatibandha.hashnode.dev4 min read