728x90
728x90
argument vs parameter = 매개변수
개발 시 클래스, 함수에 사용할 단어를 선택할 때 영어 단어 선택이 혼란스러울 때가 있어 간략히 정리한다.
ateargument vs parameter
- 한글로 "매개변수"라는 의미를 가지고 있다, 하지만 영어 단어 의미로는 조금 다른 게 사용되고 있다.
728x90
1. ateargument
실제로 함수에 전달되는 변수의 실제 값
- Argument is the actual value of this variable that gets passed to function.
728x90
2. parameter
함수 선언에서 정의된 변수
- Parameter is variable in the declaration of function.
728x90
728x90
🌵댓글