Builtin Function: delete
The built-in function delete
deletes an element from a map.
If the element to delete does not exist, the map is left unchanged.
Calling delete
on a value that is not a map or
undefined
is an immediate error. The result of delete
is always undefined
.
Examples: