슈퍼두치
2017. 11. 12. 13:11
function get_argument(arg) { return arg * 1000; } console.log(get_argument(1));
arg = 매개변수 = parameter
1 = 인자(값) = argument