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.