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