javascript event loop - in detail.
Dec 24, 2024 · 3 min read · javascript is a single threaded. which means, even if the machine it’s running on has 16 cores, it’ll utilize only one core. javascript executes code line by line. but what if you have an db or an api call, does the code execution stop there and we a...
Join discussion



