Media Summary: a very unique (to these vids) way to take care of business with padStart() using the split(), map(), and join() methods split() info: ... this one uses the map() and slice() methods, the Math.Min() function, and more map() info: ...
Codewars 8 Kyu Stringy Strings - Detailed Analysis & Overview
a very unique (to these vids) way to take care of business with padStart() using the split(), map(), and join() methods split() info: ... this one uses the map() and slice() methods, the Math.Min() function, and more map() info: ... we use the indexOf() and lastIndexOf() methods in this one indexOf() info: ... this one uses the repeat() method kata link: this one uses the Number() constructor and the
another .split() video; seems like .split() is a pretty common method. this one uses the Number() constructor, the unary plus (+) operator, and more kata link: ... using the replace() method with some regex replace() info: ... we're gonna use .includes on this one kata link: this one uses template literals kata link: