Media Summary: this one uses the push(), slice(), and filter() methods push() info: ... this one uses the map() and sort() methods kata link: this one uses the concat() method, spread syntax (...), and more concat() info: ...
Codewars 7 Kyu Array Prototype - Detailed Analysis & Overview
this one uses the push(), slice(), and filter() methods push() info: ... this one uses the map() and sort() methods kata link: this one uses the concat() method, spread syntax (...), and more concat() info: ... this one uses the indexOf() and slice() methods kata link: this one uses the String() constructor, a conditional operator, and template literals kata link: ... this one uses the every() and the some() methods every() info: ...
this one uses the sort() method, the Set() constructor, and more kata link: ... this one uses a for loop and the reduce() method kata link: ... this one uses the sort() method and the conditional (ternary) operator kata link: ... this one uses the Object.keys() and map() methods and more kata link: ... this one uses the split(), sort(), and charCodeAt() methods split() info: ...