Media Summary: this one uses a for loop, some if statements, and the slice() method kata link: ... this one uses the reduce() method kata link: template literals, map(), Array() constructor, and more.
Codewars 8 Kyu Take The First N Elements Javascript - Detailed Analysis & Overview
this one uses a for loop, some if statements, and the slice() method kata link: ... this one uses the reduce() method kata link: template literals, map(), Array() constructor, and more. this one uses an if statement and the conditional (ternary) operator kata link: ... a review of template literals as well as the join() method template literals info: ... standard example of using the reduce() method.
this one has the reduce() method and the Math.floor() function.