Media Summary: updated version: this one uses the some() method. this one uses a for loop and the some() method kata link: ... updated version: here we're gonna use .split(), .reduce(), and .charCodeAt()
Archived Codewars 8 Kyu Enumerable - Detailed Analysis & Overview
updated version: this one uses the some() method. this one uses a for loop and the some() method kata link: ... updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() updated version: Let's get it kata link: ... updated version: this one uses recursion to get the exponent recursion info: ... updated version: finding the slope with the help of the String() constructor String() constructor info: ...
updated version: gonna use some .filter and some .includes kata link: ... updated version: just a little bug to fix. updated version: I'm taking care of the Powers of 2 kata kata link: ... updated version: a little bit about class prototype attributes class info: ... updated version: String() and Number() constructors, .map(), .reverse(), and .split(); it's a wild ride. reworked version: a little logic using Math.ceil()