Media Summary: this one uses the String() constructor, a conditional operator, and template literals kata link: ... this one uses the sort() method and the conditional (ternary) operator kata link: ... this one uses the test() method with some regex kata link: ...
Codewars 7 Kyu 5 Without Alphanums Javascript - Detailed Analysis & Overview
this one uses the String() constructor, a conditional operator, and template literals kata link: ... this one uses the sort() method and the conditional (ternary) operator kata link: ... this one uses the test() method with some regex kata link: ... this one uses the split() method, Math.max() and more split() info: ... this one uses the reduce() and slice() methods kata link: this one uses the String() constructor, spread syntax (...), and more kata link: ...
finding the least larger with the filter() method, Math.min() and more filter() info: ... this one uses the split(), map(), and join() methods and more split() info: ... this one uses for loops, if statements, and more kata link: this one uses a for loop and the reduce() method kata link: ... this one uses the Set() object, spread syntax, and more Set() info: ... this one uses the Math.ceil() function kata link:
this one uses a for loop, an if...else statement, and more kata link: ... this one uses the Math.min() function and spread syntax (...) kata link: ... this one uses the split() method, the Math.max() function, and more kata link: split() info: ... this one uses the methods toUpperCase(), trim(), and more toUpperCase() info: ... this one uses toLowerCase(), split(), and more toLowerCase() info: ...