sort(compareFunction) // Sort items in collection | http://www.w3schools.com/jsref/jsref_sort.asp#compareFunction Traversing the collection * myList.each(function) // Traverse the collection * myList.eachReverse(function) // Traverse the collection in reverse way * myList.eachAsync(function...