Methods markus.utils.isSubsetArray (set, subset)booleon static utils.js:15 Checks if a subset belongs to a set Name Type Description set Array Given set subset Array Given subset Returns: Type Description booleon Example // return false isSubsetArray([1, 2, 3, 5], [1, 4])