shihongchun

Results 1 comments of shihongchun

``` let i = 0; function log() { console.log(i++); } function wait(time = 300) { return new Promise((resolve) => { setTimeout(() => { resolve(); }, time); }); } function mySetInterVal(fn,...