Function js_sys::Reflect::delete_property
source · Expand description
The static Reflect.deleteProperty()
method allows to delete
properties. It is like the delete
operator as a function.
The static Reflect.deleteProperty()
method allows to delete
properties. It is like the delete
operator as a function.