Media Summary: updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() updated version: this one is about the Date() constructor, setHours() function, and some ... updated version: this one uses recursion to get the exponent recursion info: ...
Archived Codewars 8 Kyu How - Detailed Analysis & Overview
updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() updated version: this one is about the Date() constructor, setHours() function, and some ... updated version: this one uses recursion to get the exponent recursion info: ... updated version: get an average via reduce() updated version: a very standard use for reduce, no rhyme intended. updated version: String() and Number() constructors, .map(), .reverse(), and .split(); it's a wild ride.
updated version: finding the slope with the help of the String() constructor String() constructor info: ... updated version: sometimes Math.floor() is all we need. updated version: this one we use spread syntax (...) plus the concat(), Object.entries(), and filter() ... updated version: I'm taking care of the Powers of 2 kata kata link: ...