kata.studio

LoginJS ReferenceKataCardsNew CardLists

Library

easy
Set forEach Kata
Write a function that loops through a Set using Set.prototype.forEach() method and returns an array containing the results of applying the provided function to each element.