➕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
Last updated
Was this helpful?
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
Last updated
Was this helpful?