Dong GuoQing

Results 1 comments of Dong GuoQing

const LazyMan = name => new class Cp { constructor(name) { this.name = name; this._queues = [] console.log(` Hi I am ${name}`) Promise.resolve().then(() => { this.next() }) // return this...