deplicate parameters
🚧 施工中
Last updated
Was this helpful?
🚧 施工中
Last updated
Was this helpful?
⟩ ⟩ ⟩ ⟩ ⟩ duplicate parameters
in non-strict mode, JavaScript allows a function to have several parameters with the same name, where later parameters shadow earlier parameters.
⭐️ duplicate parameters not allowed in strict mode.