We know how to declare new annotations and how to assign them to nodes.
What’s the good way to do the following?
- delete a particular annotation from a node
- throw away all annotations of a node
We know how to declare new annotations and how to assign them to nodes.
What’s the good way to do the following?
Copyright © 2021 Jogjafile Inc.
You can find some library functions in the
Nodemodule of the standard library. See also Node in the tutor documentation: