JavaScript - 函式中的參數(parameters)與引數(arguments)
參數 (parameters) vs. 引數 (arguments)
先來看看 MDN 的說明:
參數 parameter:A parameter is a named variable passed into a function. Parameter variables are used to import arguments into functions.
引數 argument:An argument is a value (primitive or object) passed as...
yachuh.hashnode.dev4 min read