Hacker News new | ask | show | jobs
by dragonwriter 1229 days ago
> But there is no concurrency in Javascript!

Javascript has concurrency (which async/await and promises are).

It doesn’t have parallelism at the language level (but see, e.g., the Web Workers API).