❗deplicate parameters
🚧 施工中
JS ⟩ objects ⟩ built-in ⟩ Function ⟩ parameter ⟩ 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.
Last updated