JavaScript Runtime Environment and The Event Loop
Concurrency in JavaScript
When running JavaScript in a browser, it may appear that JavaScript is multi-threaded, but it's not. JavaScript is a single-threaded programming language, which means it has a single call stack and can only execute one task ...
tigerabrodi.blog6 min read
shohanur rahman
JavaScript Developer.
Start End Inside Promise 1 Inside Promise 2 Inside setTimeout 1 Inside setTimeout 2