Media Summary: this one uses a for loop and the Array.from() method kata link: ... 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: ...
Archived Codewars 8 Kyu Powers Of 2 Javascript - Detailed Analysis & Overview
this one uses a for loop and the Array.from() method kata link: ... 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: 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: ... reworked version: we're using .toUpperCase(), .split(), .join(), and .map() in this barn-burner.
Set(), slice(), spread syntax, and more in this one. reworked version: this one's got Array.from(), map(), and parseInt() another example of how to use the includes() method. updated version: String() and Number() constructors, .map(), .reverse(), and .split(); it's a wild ride. updated version: here we're gonna use .split(), .reduce(), and .charCodeAt()