Media Summary: reworked version: Here's how we use template literals kata link: ... 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()
Archived Codewars 8 Kyu Returning - Detailed Analysis & Overview
reworked version: Here's how we use template literals kata link: ... 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() updated version: doubling up on ternary operators. updated version: sometimes Math.floor() is all we need. updated version: Let's get it kata link: ...
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: finding the slope with the help of the String() constructor String() constructor info: ... updated version: String() and Number() constructors, .map(), .reverse(), and .split(); it's a wild ride.