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: this one uses an if statement and the conditional (ternary) operator kata link: ...
this one uses the Number() constructor and the String() constructor kata link: ... this one uses the a for loop, the charCodeAt() method, and more kata link: ... another example of using Array.from() to count by x. this is an example of when to use Math.log() this one uses a for() loop, an if() statement, and the join() method kata link: ... this one uses the cuboid volume formula kata link:
this is done with a template literal and the toFixed() method. we're doing .map(), .slice(). and .filter() here.