Hacker News new | ask | show | jobs
by cjones26 2407 days ago
What? JavaScript is a single threaded language...
1 comments

And despite this, I've encountered lots of race conditions in JavaScript, thanks to the magic of async programming. Harder to debug than multi-threaded ones, too.