Media Summary: this one uses a for loop, an if...else statement, and more kata link: ... this one uses an if statement and the conditional (ternary) operator kata link: ... this one uses the a for loop, the charCodeAt() method, and more kata link: ...
Codewars 8 Kyu Pillars Javascript - Detailed Analysis & Overview
this one uses a for loop, an if...else statement, and more kata link: ... this one uses an if statement and the conditional (ternary) operator kata link: ... this one uses the a for loop, the charCodeAt() method, and more kata link: ... Pirate theme with some Object.values() and .includes() mixed in kata link: ... this one uses the object prototype mechanism kata link: this one uses the Math.max() function kata link:
we're gonna use .includes on this one kata link: rounding with the toFixed() method and converting to a number with the unary plus (+) operator toFixed() info: ... another example of using Array.from() to count by x. this one uses the reduce() method kata link: this one uses a ternary operator kata link: updated version: this one uses recursion to get the exponent recursion info: ...