Media Summary: this one has a lot going on Array() constructor 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: ...
Codewars 8 Kyu String Repeat Javascript - Detailed Analysis & Overview
this one has a lot going on Array() constructor 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 template literals kata link: this one has the Array() constructor as well as .fill() and .map() this one uses the Number() constructor, the unary plus (+) operator, and more kata link: ...
this one uses the filter() and slice() methods filter() info: ... another .split() video; seems like .split() is a pretty common method. this one uses the split() and join() methods kata link: using the split(), map(), and join() methods split() info: ...