What is the effect of strict mode on the "arguments" object in JavaScript functions?
The "arguments" object is replaced by an array-like structure in strict mode
The "arguments" object behaves the same in strict mode as in non-strict mode
The "arguments" object is automatically converted to an array in strict mode
The "arguments" object is disabled and cannot be used in strict mode