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

[함수] 매개변수 설명 수정 요청

Open
#508 3 comments 1 reaction 0 assignees View on GitHub
discussion needed
Dominant language
HTML
Stars
2k
Forks
851
PR merge metrics
No merged PRs in 30d

Description

안녕하세요 :)
매개변수에 대한 내용과 예제에 들어간 설명이 잘못되어 수정 요청 드립니다.

![image](https://user-images.githubusercontent.com/48202230/76157020-7fec0280-6146-11ea-85b2-d36450ed74dd.png)

일단 파라미터와 아규먼트 자체가 다른 의미인데 매개변수가 둘다로 불리운다고 되어 있어서 혼동이 오고 있고, 예제에서도 주석에 from과 text를 인수라고 써놨는데 인자(==parameter==매개변수)는 함수 선언때 쓰는거고, 함수를 호출할때 인자값(==parameter값==매개변수값)으로 넣어지는게 인수(argument)입니다.
그러므로 주석 또한 매개변수나 인자라고 표시되어야 옳습니다.
해당 링크 첨부합니다. 감사합니다!

해당 함수 링크: [https://ko.javascript.info/function-basics](https://ko.javascript.info/function-basics)

Contributor guide

Open the contributing guide

Research direction

Start with the function-basics page linked in the issue and review the parameter and argument wording in its explanation and example comments. Correct the terminology consistently, then verify the page no longer conflates function declarations with values supplied at call sites.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.