previous
|
top
|
next
Under the hood
function helloWorld(i) { document.getElementById("playpen").innerHTML += "Hello, world "+i+"<br>"; } for (var i=0; i<10; ++i) helloWorld(i);
compile
execute
High-level concurrency for JS -
http://www.croczilla.com/stratified