Asynchronous JavaScript: Promises Async Await!
ASYNCHRONOUS JAVASCRIPT
Before we undestand asynchronous javascript code, we need to first understand what synchronous javascript code is (basically the opposite of asynchronous code)
Synchronous Code simply means code that is executed line by line i...
cybermaxi.hashnode.dev6 min read