Comment Re:JS needs threads (Score 1) 531
Threads are not the only solution to concurrency. JS works will event loops.
And Promises make event loops even nicer.
But don't forget about Web Workers which gives us feeble javascript programmers true shared-nothing concurrency.