Removes the value for the given key from the specific node of the tree.
Note: The corresponding Map method is delete
, not remove
. However, delete
is a reserved word in JavaScript, so Origami uses remove
instead.
tree:
Removes the value for the given key from the specific node of the tree.
Note: The corresponding Map method is delete
, not remove
. However, delete
is a reserved word in JavaScript, so Origami uses remove
instead.