Media Summary: this one uses the split(), map(), and join() methods and more split() info: ... this one uses a for loop and the toUpperCase() method, and more kata link: ... this one uses the filter() and includes() methods kata link: ...
Codewars 7 Kyu Replace Every Nth Javascript - Detailed Analysis & Overview
this one uses the split(), map(), and join() methods and more split() info: ... this one uses a for loop and the toUpperCase() method, and more kata link: ... this one uses the filter() and includes() methods kata link: ... this one uses the map(), slice(), and join() methods map() info: ... finding the least larger with the filter() method, Math.min() and more filter() info: ... this one uses spread syntax (...) and the Math.max() function kata link: ...
this one uses Math.abs() and indexOf() Math.abs() info: ... this one uses the ternary operator ternary operator info: ... this one uses the push() method, the map() method, and more push() info: ... this one uses the methods toUpperCase(), trim(), and more toUpperCase() info: ... this one uses a for loop and the map() method kata link: ... this one uses for loops, if statements, and more kata link:
this one uses the reduce() method and the functions Math.max() and Math.abs() reduce() info: ... this one uses the reduce() and slice() methods kata link: this one uses the String() constructor, a conditional operator, and template literals kata link: ...