Results 1 comments of zhou1212

``` function mySetInterVal(fn, a, b) { let timeCount = 0; let timer const loop = () => { timer = setTimeout(() => { fn() timeCount++ loop() }, a + timeCount...