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

[오타수정] 자료구조와 자료형 > 원시값의 메서드

Open
#1,656 0 comments 1 reaction 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

원문

오타캡쳐

{name : "John", age : 30}와 같이 대괄호 {}를 사용해 만들 수 있습니다. 자바스크립트에는 여러 종류의 객체가 있는데, 함수도 객체의 일종입니다.

오타수정

{name : "John", age : 30}와 같이 대괄호 {}에서 대괄호가 아닌 중괄호가 되어야 합니다.
{name : "John", age : 30}와 같이 중괄호 {}

이슈

{}를 사용하였기 때문에 대괄호가 아닌 중괄호로 수정해야 합니다.

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 tutorial section “자료구조와 자료형 > 원시값의 메서드” by searching for the sentence containing {name: "John", age: 30}. Change the incorrect Korean term 대괄호 to 중괄호, then review the rendered section to confirm the wording is consistent and the typo is gone.

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
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.