Media Summary: this one has a lot going on Array() constructor info: ... this one uses the filter() and slice() methods filter() info: ... this one uses the spread syntax (...), the reverse() method, and more kata link: ...
Codewars 8 Kyu String Repeat Javascript - Detailed Analysis & Overview
this one has a lot going on Array() constructor info: ... this one uses the filter() and slice() methods filter() info: ... this one uses the spread syntax (...), the reverse() method, and more kata link: ... this one uses an if statement and the conditional (ternary) operator kata link: ... this one uses the Number() constructor, the unary plus (+) operator, and more kata link: ... this one uses the toLowerCase() method, a for
using the split(), map(), and join() methods split() info: ...