Function parameters are the names listed in the function definition.
Function arguments are the real values passed to (and received by) the function.
인자는 값으로 전달된다.
Reference