javascript-tutorial / javascript-tutorial/ko.javascript.info
[오타수정] 프라미스와 async, await
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 2k
- Forks
- 852
- PR merge metrics
- No merged PRs in 30d
Description
원문

.then(result => result와 err 보여줌 => error 보여줌)
오타수정
.then(result => result 보여줌, err => error 보여줌)
이슈

원문과 비교하여 잘못된 코드를 수정하였습니다.
.then()은 2개의 매개 변수를 받으며 comma로 분리되어야 합니다.
Pull Request(PR)를 통해 수정할 의향이 있습니까?
아니요.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Find the Korean tutorial passage matching the screenshots and the .then() example about promises, async, and await. Compare it with the proposed wording, correct the comma-separated callback example, and verify that the rendered tutorial shows the corrected text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100