Media Summary: updated version: a lil Math.abs(), a lil hyphen...that's all this one needs. updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() Set(), slice(), spread syntax, and more in this one.
Archived Codewars 8 Kyu Return - Detailed Analysis & Overview
updated version: a lil Math.abs(), a lil hyphen...that's all this one needs. updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() Set(), slice(), spread syntax, and more in this one. updated version: String() and Number() constructors, .map(), .reverse(), and .split(); it's a wild ride. reworked version: Here's how we use template literals kata link: ... updated version: sometimes Math.floor() is all we need.
reworked version: a little logic using Math.ceil() reworked version: using the Array() constructor, fill(), and reduce()instead of n*(n+1)/2. updated version: here's a fun way to use the filter() method. updated version: a very standard use for reduce, no rhyme intended. updated version: this one is about the Date() constructor, setHours() function, and some ...