Returns an array of the difference of two arrays. The returned array contains all elements that are contained by left and not contained by right. right may also contain elements not present in left: these are simply ignored.
left
right
Returns a reference to the argument if the node exists in the tree. Otherwise, undefined.
undefined
Returns an array of the difference of two arrays. The returned array contains all elements that are contained by
left
and not contained byright
.right
may also contain elements not present inleft
: these are simply ignored.