Media Summary: updated version: yet another example of the classic template literal and ternary operator ... this one uses aa for loop and template literals kata link: reworked version: using the Array() constructor, fill(), and reduce()instead of n*(n+1)/2.
Archived Codewars 8 Kyu Grasshopper Debug Javascript - Detailed Analysis & Overview
updated version: yet another example of the classic template literal and ternary operator ... this one uses aa for loop and template literals kata link: reworked version: using the Array() constructor, fill(), and reduce()instead of n*(n+1)/2. using Object.assign() and Array.from() to complete some rooms. updated version: this one uses the filter() method filter() info: ... this one uses a for loop and the Array.from() method kata link: ...
a refresher on the remainder operator (modulus) updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() updated version: just a little bug to fix. updated version: here's a fun way to use the filter() method. reworked version: this one's got Array.from(), map(), and parseInt() another easy one made hard with Math.max(), split(), and more!