Async/await, Promises and Pure Functions
ā³ JavaScript: Async, Promises & More
š¤ Is JavaScript Synchronous?
Yes ā JavaScript is a synchronous, single-threaded language. It runs one thing at a time, line by line.
But... we can mimic asynchronous behaviour using:
Callbacks
Promises
Async/A...
olgaconstantina.hashnode.dev3 min read