➕assignment (=)
JS ⟩ operator ⟩ assignment ⟩ =
is ignored and won't trigger any error, even in strict mode❗
⭐️ the assignment (=) part is applied❗
⭐️ assignment (=) to an undeclared identifier will result in
the assignment of a property always creates/sets a property in the original object, it never modifies objects in the prototype chain.
Last updated