Media Summary: this one just sets variables in order kata link: reworked version: this one does various math operations. standard example of using the reduce() method.
Codewars 8 Kyu Training Js 4 Basic Data Types Array Javascript - Detailed Analysis & Overview
this one just sets variables in order kata link: reworked version: this one does various math operations. standard example of using the reduce() method. this one uses the push() method push() info:ย ... this one is combining varied strings with +. Training JS 3: Basic data types--String โ
this one uses the every() and the some() methods every() info:ย ... here we use reduce() and the unary plus operator. this one uses addition and multiplication kata link: this one implements a filter() method from scratch.