Media Summary: this one uses the reduce() method kata link: this one uses the Math.max() function kata link: a great example of how to use array.prototype.includes()
Codewars 8 Kyu Sort And Star Javascript - Detailed Analysis & Overview
this one uses the reduce() method kata link: this one uses the Math.max() function kata link: a great example of how to use array.prototype.includes() this one uses the split() and filter methods with regex character classes split() info: ... this one uses a for loop and the split() method kata link: updated version: a clever use of the split() method.
template literals, map(), Array() constructor, and more. updated version: here's a fun way to use the filter() method.