herbert-hbt
Results
2
comments of
herbert-hbt
``` function print(n) { setTimeout(() => { setTimeout(() => { console.log(n) }, 1000 * n) }, Math.floor(Math.random() * 1000)) } for (var i = 0; i < 100; i++) {...
I also run across the same issue. I have tried babel-polyfill but failed. Have you solved?