JavaScript is not single-threaded
medium.com
JavaScript is not single-threaded
1–3 of 3 posts
Re: JavaScript is not single-threaded
#2what's with js devs getting their egos more inflated the more incorrect they are?
Re: JavaScript is not single-threaded
#3You forgot to mention (Web)Workers. This is explicit creation, management, and communication with additional threads within JavaScript. What's more, they've been around in JavaScript longer than the V8 engine has even existed!
https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers...