Media Summary: this one uses the slice() method slice() info: ... this one uses the String() constructor, a conditional operator, and template literals kata link: ... this one uses the Math.max() function, spread syntax (...), and more kata link: ...
Codewars 7 Kyu Get The - Detailed Analysis & Overview
this one uses the slice() method slice() info: ... this one uses the String() constructor, a conditional operator, and template literals kata link: ... this one uses the Math.max() function, spread syntax (...), and more kata link: ... this one uses a for loop, an if statement, and more kata link: ... this one uses the sort() method and the conditional (ternary) operator kata link: ... this one uses a lot of techniques bitwise OR ( ) info: ...
this one uses the indexOf() and sort() methods with spread syntax (...) indexOf() info: ... this one uses a for loop and the map() method kata link: ... this one uses a for loop and the reduce() method kata link: ... this one uses the Set() and String() constructors, and more kata link: ... this one uses the map(), slice(), and join() methods map() info: ... updated version: this one uses various methods to make it happen Number.parseInt() info: ...
this one uses Math.sqrt() and recursion kata link: