javascript-tutorial / javascript-tutorial/ko.javascript.info

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

Open
#1,126 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
2k
Forks
852
PR merge metrics
No merged PRs in 30d

Description

원문

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

오타수정

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

이슈

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

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

아니요.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.