Constructornew BSTNode(value)Parameters:NameTypeDescriptionvaluenumberThe value to be stored in the nodePropertiesNameTypeDescriptionvaluenumberThe value stored in the nodeleftBSTNode | nullThe left node in the treerightBSTNode | nullThe right node in the treeSourceDataStructures/BinarySearchTree.js, line 3