kata.studio

LoginJS ReferenceKataCardsNew CardLists

Library

medium
Set.prototype.has() Exercise
Implement a function that checks if all elements from an array are included in a given Set using the built-in Set.prototype.has() method.