Media Summary: updated version: here we're gonna use the string object to do something kata link: ... reworked version: using the Array() constructor, fill(), and reduce()instead of n*(n+1)/2. another example of using reduce() to get an average.
Archived Codewars 8 Kyu Sum - Detailed Analysis & Overview
updated version: here we're gonna use the string object to do something kata link: ... reworked version: using the Array() constructor, fill(), and reduce()instead of n*(n+1)/2. another example of using reduce() to get an average. reworked version: this one is all about .find() and Number.isInteger() updated version: First Vid of the Day kata link: ... updated version: here we're gonna use .split(), .reduce(), and .charCodeAt()
updated version: String() and Number() constructors, .map(), .reverse(), and .split(); it's a wild ride. updated version: doubling up on ternary operators. updated version: sometimes Math.floor() is all we need. updated version: finding the slope with the help of the String() constructor String() constructor info: ...