/*eslint no-param-reassign: [2, { "props": true }]*/ function foo(bar) { bar.prop = "value"; /*error Assignment to function parameter 'bar'.
確定! 回上一頁