❗unqualified identifier for delete
🚧 under construction -> configurable
JS ⟩ value ⟩ object ⟩ property ⟩ access ⟩ delete ⟩ unqualified identifier
only object's configurable properties are "qualified" for "delete", other identifiers are "unqualified" ( can't delete them❗). 📘 MDN
Last updated