Media Summary: this one uses a for loop, some if statements, and the slice() method kata link: ... updated version: another way to use slice() some Number() construction with a lot of test() kata link:
Codewars 8 Kyu Pick A Set Of First Elements Javascript - Detailed Analysis & Overview
this one uses a for loop, some if statements, and the slice() method kata link: ... updated version: another way to use slice() some Number() construction with a lot of test() kata link: this one uses the reduce() method kata link: another example of using Array.from() to count by x. a great example of how to use array.prototype.includes()
slice(), .toUpperCase(), . toLowerCase(), ternary operators, and template literals kata link: ... a simple use of the toFixed() method and the unary plus (+) sign. this one uses a variable and console.log() kata link: this one uses the push() method push() info: ...