Media Summary: we're doing .map(), .slice(). and .filter() here. a funky way to access an object when using arrow functions. this one uses a for loop and the some() method kata link: ...
Codewars Python Enumerable Magic 20 Cascading Subsets Kyu8 - Detailed Analysis & Overview
we're doing .map(), .slice(). and .filter() here. a funky way to access an object when using arrow functions. this one uses a for loop and the some() method kata link: ... an example of the some() method in action. In this video I show you how to solve the very simple Multiply problem on using the split(), map(), and join() methods split() info: ...