❗var redeclaration applied even in strict mode❗️
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
JS ⟩ grammar ⟩ declaration ⟩ redeclaration ⟩ var redeclaration applied
var redeclaration
the declaration part is ignored ❗
⭐️ the assignment (=) part is applied❗
won't trigger any Error ( even in strict mode❗)