Media Summary: updated version: here's a fun way to use the filter() method. reworked version: this one's got Array.from(), map(), and parseInt() reworked version: this one is all about .find() and Number.isInteger()
Archived Codewars 8 Kyu Multiple Of Index Javascript - Detailed Analysis & Overview
updated version: here's a fun way to use the filter() method. reworked version: this one's got Array.from(), map(), and parseInt() reworked version: this one is all about .find() and Number.isInteger() updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() standard if statement and for loop; i couldnt find a reliable one-liner kata link: ... Set(), slice(), spread syntax, and more in this one.
updated version: just a little bug to fix. another example of using Array.from() to count by x. updated version: here we use class extensions and methods classes info: ... this one uses a for loop and the map() method kata link: this one uses an if statement and the conditional (ternary) operator kata link: ...