ko.javascript.info icon indicating copy to clipboard operation
ko.javascript.info copied to clipboard

[오타수정] 프라미스와 async, await

Open kimhongsu opened this issue 3 years ago • 0 comments

원문

image .then(result => result와 err 보여줌 => error 보여줌)

오타수정

.then(result => result 보여줌, err => error 보여줌)

이슈

image 원문과 비교하여 잘못된 코드를 수정하였습니다. .then()은 2개의 매개 변수를 받으며 comma로 분리되어야 합니다.

Pull Request(PR)를 통해 수정할 의향이 있습니까?

아니요.

kimhongsu avatar Jun 05 '21 07:06 kimhongsu