Takes two argument, self and other, and returns a boolean indicating if self has no elements in common with other.
self
other
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/isDisjointFrom
Takes two argument,
self
andother
, and returns a boolean indicating ifself
has no elements in common withother
.