Nuxio

Results 1 comments of Nuxio

> ```js > //async await > function print(n){ > setTimeout(async () => { > await console.log(n); > }), Math.floor(Math.random() * 1000); > } > for(var i = 0; i <...