❗var redeclaration applied even in strict mode❗️
Last updated
Last updated
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)