Media Summary: just reverse() it...plus some other stuff. standard if statement and for loop; i couldnt find a reliable one-liner kata link: ... this one uses a for loop and the map() method kata link:
Codewars 8 Kyu Swap Values Javascript - Detailed Analysis & Overview
just reverse() it...plus some other stuff. standard if statement and for loop; i couldnt find a reliable one-liner kata link: ... this one uses a for loop and the map() method kata link: this one uses the Math.max() function kata link: this how you find out what the whole array equals kata link: here we use the push() method and spread syntax (...) push() info: ...
some Number() construction with a lot of test() kata link: some algebra and some math.ceil() kata link: using a switch statement then using the repeat() and trim() methods switch statement info: ... this one uses an if..else statement, the toUpperCase() method, and more kata link: ... this one uses a for loop and the Array.from() method kata link: ... this one uses the reduce() method kata link:
this one uses addition and multiplication kata link: this is done with a template literal and the toFixed() method.