Media Summary: this one uses a for loop, an if...else statement, and more kata link: ... updated version: this one uses recursion to get the exponent recursion info: ... this one uses a for loop and the Array.from() method kata link: ...
Codewars 8 Kyu Power Javascript - Detailed Analysis & Overview
this one uses a for loop, an if...else statement, and more kata link: ... updated version: this one uses recursion to get the exponent recursion info: ... this one uses a for loop and the Array.from() method kata link: ... this one uses the String() constructor, spread syntax (...), and more kata link: ... this one uses the reduce() method kata link: hot takes, unary plus (+), and the toFixed() method in this riveting episode.
this one uses an if statement and the conditional (ternary) operator kata link: ... a great example of how to use array.prototype.includes() this one uses the Number() constructor and the String() constructor kata link: ... template literals, map(), Array() constructor, and more. this one uses the conditional (ternary) operator and the Boolean() constructor kata link: ... a sneaky example of regex, template literals, and .test()
this one uses the a for loop, the charCodeAt() method, and more kata link: ... this one uses the repeat() method kata link: another example of using Array.from() to count by x. we're doing .map(), .slice(). and .filter() here.