Media Summary: this one has a lot going on Array() constructor info: ... this one uses the filter() and slice() methods filter() info: ... an example of how to use template literals.
8 Kyu String Repeat Codewars - Detailed Analysis & Overview
this one has a lot going on Array() constructor info: ... this one uses the filter() and slice() methods filter() info: ... an example of how to use template literals. this one uses an if statement and the conditional (ternary) operator kata link: ... this one uses the toLowerCase() method, a for another .split() video; seems like .split() is a pretty common method.
here we use reduce() and the unary plus operator. this one uses the ternary operator kata link: updated version: this one we use spread syntax (...) plus the concat(), Object.entries(), and filter() ... this one uses the Number() constructor and the this one uses for loops, the split() method, and more kata link: ...