Takes two argument, self and other, and returns a boolean indicating if all the elements in other are also contained within self.
self
other
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/isSupersetOf
Takes two argument,
self
andother
, and returns a boolean indicating if all the elements inother
are also contained withinself
.