루프에 대한 JavaScript ES6 약속 for (let i = 0; i { const timeout = Math.random() * 1000; setTimeout(() => { console.log(i); }, timeout); }); // TODO: Chain this promise to the previous one (maybe without having it running?) } 위의 명령은 다음과 같은 랜덤 출력을 제공합니다. 6 9 4 8 5 1 7 2 3 0 약속 ..then()). 어떤 이유에서인지, 저는 그것을 할 방법을 찾을 수 없었습니다. 기능을 .yield), 약속을 반..