Archived Codewars 8 Kyu Multiple Of Index Javascript - Detailed Analysis
updated version: here's a fun way to use the filter() method. reworked version: this one's got Array.from(), map(), and parseInt() updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() we use the indexOf() and lastIndexOf() methods in this one indexOf() info: ... this one has a lot going on Array() constructor info: ... this one uses a for loop, some if statements, and the slice() method kata link: ...
this one uses a for loop and the Array.from() method kata link: ... we're doing .map(), .slice(). and .filter() here. updated version: this one uses recursion to get the exponent recursion info: ... updated version: Let's get it kata link: ... standard if statement and for loop; i couldnt find a reliable one-liner kata link: ... this one has the Array() constructor as well as .fill() and .map()
updated version: String() and Number() constructors, .map(), .reverse(), and .split(); it's a wild ride. updated version: We use .map(), .split(), .join(), and how to create custom prototype methods kata ... another example of using Array.from() to count by x. updated version: I'm taking care of the Powers of 2 kata kata link: ...
Photo Gallery

















