Media Summary: updated version: this one uses recursion to get the exponent recursion info: ... updated version: lemme show you how it's done kata link: ... updated version: sometimes Math.floor() is all we need.
Archived Codewars 8 Kyu Beginner Reduce But Grow Javascript - Detailed Analysis & Overview
updated version: this one uses recursion to get the exponent recursion info: ... updated version: lemme show you how it's done kata link: ... updated version: sometimes Math.floor() is all we need. this one uses the spread syntax (...), the reverse() method, and more kata link: ... a great example of how to use array.prototype.includes() this one uses the repeat() method kata link:
a perfect time to use the reverse() method. this one uses a for loop and the Array.from() method kata link: ... updated version: here's a fun way to use the filter() method. this one uses a for loop and the replace() method kata link: ... updated version: A nice one about the String() constructor. this one uses a for loop and the map() method kata link:
updated version: a simple ternary operation. updated version: a lil Math.abs(), a lil hyphen...that's all this one needs.