けんき says to YSITD 是說Ecma5 非strict, argument的具編號元素和有參數名稱的那個參數 是參照到同一個值 就算我給他primitive也會連動變更耶 是什麼黑魔法嗎? function f(x){ console.log(x); arguments[0] = null; console.log(x); //=> null }