yaw_chen

Results 2 comments of yaw_chen

```javascript // 取个巧 直接注释掉setTimeout,让他不再无序输出 。这里真正在执行print()时传进去的就是当前的i值 function print(n){ // setTimeout((() => { console.log(n); console.log(99-n) //})(), Math.floor(Math.random() * 1000)); } for(var i = 0; i < 100; i++){ print(i); } ```

补充本人版本 1.75 ![WX20240223-182948@2x](https://github.com/sunface/rust-by-practice/assets/17722082/2985e972-bf07-4c28-893c-00aacd9b4c14)