ko.javascript.info
ko.javascript.info copied to clipboard
[오타수정] 프라미스와 async, await
원문
.then(result => result와 err 보여줌 => error 보여줌)
오타수정
.then(result => result 보여줌, err => error 보여줌)
이슈
원문과 비교하여 잘못된 코드를 수정하였습니다.
.then()은 2개의 매개 변수를 받으며 comma로 분리되어야 합니다.
Pull Request(PR)를 통해 수정할 의향이 있습니까?
아니요.