Media Summary: using the split(), map(), and join() methods split() info: ... this one uses the ternary operator kata link: this one has a lot going on Array() constructor info: ...
Codewars String Repeat 8 Kyu - Detailed Analysis & Overview
using the split(), map(), and join() methods split() info: ... this one uses the ternary operator kata link: this one has a lot going on Array() constructor info: ... this one uses the for...in statement kata link: this one uses the filter() and slice() methods filter() info: ... this one uses template literals kata link:
here we use reduce() and the unary plus operator. an example of how to use template literals. this one uses for loops, the split() method, and more kata link: ... this one uses the spread syntax (...), the reverse() method, and more kata link: ...