Media Summary: updated version: this one uses recursion to get the exponent recursion info: ... this one uses a for loop, an if...else statement, and more kata link: ... updated version: String() and Number() constructors, .map(), .reverse(), and .split(); it's a wild ride.
Archived Codewars 8 Kyu Power Javascript - Detailed Analysis & Overview
updated version: this one uses recursion to get the exponent recursion info: ... this one uses a for loop, an if...else statement, and more kata link: ... updated version: String() and Number() constructors, .map(), .reverse(), and .split(); it's a wild ride. reworked version: this one's got Array.from(), map(), and parseInt() this one uses a for loop and the Array.from() method kata link: ... updated version: here we're gonna use .split(), .reduce(), and .charCodeAt()
updated version: this one shows the .filter(Boolean) move. updated version: Let's get it kata link: ... updated version: We use .map(), .split(), .join(), and how to create custom prototype methods kata ... updated version: a quick review of the ternary operator ternary operator info: ... updated version: here we use class extensions and methods classes info: ... updated version: finding the slope with the help of the String() constructor String() constructor info: ...
updated version: First Vid of the Day kata link: ... reworked version: Here's how we use template literals kata link: ... updated version: just a little bug to fix.