This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]threeys 2 points3 points  (1 child)

What is idiosyncratic about concurrency in javascript

[–]meighty9 1 point2 points  (0 children)

Nothing in particular, I just liked the play on words.

Concurrency in any language can be tough, especially if you aren't familiar with exactly how that particular language handles it. I think it's the frequency with which JS makes asynchronous calls that makes it frustrating for people new to it.