Asynchronous-javascript
How is JS code being executed?
JavaScript is a single-threaded language that can execute one task at a time.
The JavaScript engine creates a Call Stack, which is a data structure used to keep track of the execution context (functions being executed...
charanmanubolu.hashnode.dev16 min read