Media Summary: we're doing .map(), .slice(). and .filter() here. updated version: this one uses the some() method. updated version: this one uses recursion to get the exponent recursion info: ...
Codewars 8 Kyu Enumerable Magic 4 Cascading Subsets Javascript - Detailed Analysis & Overview
we're doing .map(), .slice(). and .filter() here. updated version: this one uses the some() method. updated version: this one uses recursion to get the exponent recursion info: ... updated version: Let's get it kata link: ... this one uses the Math.max() function kata link: an example of the some() method in action.
template literals, map(), Array() constructor, and more. this one uses the Set() constructor and spread syntax (...) kata link: ... updated version: lemme show you how it's done kata link: ... this is how to use the Math.abs() and the Math.sign() functions. updated version: I'm taking care of the Powers of 2 kata kata link: ... using the reduce() and toString() methods with the typeof operator reduce() info: ...
updated version: some class action about the this keyword. this one uses the match() method and regex match() info: ...