Takes two argument, self and other, and returns a boolean indicating if self has no elements in common with other.
self
other
If Set.isDisjointFrom() is not supported then a polyfill will be used.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/isDisjointFrom
Takes two argument,
selfandother, and returns a boolean indicating ifselfhas no elements in common withother.If Set.isDisjointFrom() is not supported then a polyfill will be used.