
001 JSJ Asynchronous Programming
JavaScript Jabber
00:00
JavaScript
In browser JavaScript, there is things never happen concurrently except for if they do not share the same state. The only concurrent behavior is like in a web worker, which has its own JavaScript scope. So basically what happens, you can easily make a browser hang by simply saying when you click on this, do a loop and wait a minute.
Play episode from 30:39
Transcript


