Closed
Description
논의하고자 하는 용어
함수의 정의와 호출에서 많이 사용되는 parameter
와 argument
라는 용어에 관해 정의하고자 합니다.
MDN의 번역 사례에 따라 다음과 같이 제안합니다.
용어 | 번역어 |
---|---|
parameter | 매개변수 |
argument | 인수 |
해당 용어가 등장하는 원문의 문장
### Parameters
The function value that you want to cache. It can take any arguments and return any values.