Media Summary: Code along with me as we solve 'Array plus array', a Level Code along with me as we solve 'Sum Arrays', a Level Code along with me as we solve 'Plural', a Level
Codewars 8 Kyu Sentence Smash Javascript - Detailed Analysis & Overview
Code along with me as we solve 'Array plus array', a Level Code along with me as we solve 'Sum Arrays', a Level Code along with me as we solve 'Plural', a Level standard if statement and for loop; i couldnt find a reliable one-liner kata link: ... this one uses the reduce() method kata link: this one uses the conditional (ternary) operator and the Boolean() constructor kata link: ...
this one has the reduce() method and the Math.floor() function. here we use reduce() and the unary plus operator. this one uses the String() constructor, spread syntax (...), and more kata link: ... Code along with me as we solve 'Count of positives / sum of negatives', a Level this one has the Array() constructor as well as .fill() and .map() another example of using Array.from() to count by x.
we use .test() and regex in this one kata link: this one uses the repeat() method kata link: