CZ

Results 3 comments of CZ

```js const list = [1, 2, 3] const square = num => { return new Promise((resolve, reject) => { setTimeout(() => { resolve(num * num) }, 1000) }) } function...

i have the same problem ,thank u for helping me out,hahaha!!!! @Brototype