Codewars 7 Kyu Shorter Concat Reverse Longer Javascript - Detailed Analysis
this one uses the replace() method, regex, and more kata link: ... this one uses the split() and map() methods, and more kata link: ... this one uses the map() and join() methods map() info: ... this one uses the indexOf() and slice() methods kata link: this one uses spread syntax (...), the Set() object, and more Set() info: ... this one uses the Math.floor() function, the conditional (ternary) operator, and recursion kata link: ...
this one uses some for loops, the conditional (ternary) operator, and the slice() method kata link: ... this one uses the for...of statement and destructuring assignment syntax kata link: ... this one uses the right shift operator, recursion, and the ternary operator kata link: ... this one uses for loops, if statements, and more kata link: this one uses the Math.min() static method, a "secret" algorithm, and the conditional (ternary) operator kata link: ... this one uses the Math.max() function, the slice() method, and more Math.max() info: ...
Photo Gallery
![Codewars 7 kyu Shorter Concat [Reverse Longer] Javascript](https://i.ytimg.com/vi/wlKspOVwsrY/mqdefault.jpg)

















