| http://www.w3.org/ns/prov#value | - It can make it difficult for a newcomer to read some of the more dense JavaScript found in sample code, toolkits, etc.here is an example I ran across a few weeks back (the names have been changed for simplicity):function sort(comparator){ comparator = comparator || this.defaultComparator; // ...}Here, the author provides a sort method which takes an optional comparator function reference; if
|