node-binary-search-tree icon indicating copy to clipboard operation
node-binary-search-tree copied to clipboard

Make value optional

Open yozo1984 opened this issue 11 years ago • 0 comments

Hi,

First of all, thank you so much for developing this package. It's really useful and do exactly what I expected to do for the most of the time. One minor problem of mine when using the library is that I have to pass in a value. Although it is okay to just leave automatically as undefined, the data will become [undefined] which I found unnecessary. I did some quick modification to stop this. Please feel free to let me know if you think this should not be changed.

Thanks, Zak

yozo1984 avatar Sep 02 '14 04:09 yozo1984