method BinarySearchTree.prototype.clearView codeBinarySearchTree.prototype.clear(): voidRemoves all values from the binary search tree. Return TypevoidView code