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