Media Summary: updated version: a very elementary example of how to use map() this one uses a for loop and the map() method kata link: updated version: String() and Number() constructors, .map(), .
Archived Codewars 8 Kyu Invert Values Javascript - Detailed Analysis & Overview
updated version: a very elementary example of how to use map() this one uses a for loop and the map() method kata link: updated version: String() and Number() constructors, .map(), . this one uses the String() constructor, spread syntax (...), and more kata link: ... this one uses the spread syntax (...), the this one has the Array() constructor as well as .fill() and .map()
reworked version: very standard .split(), . reworked version: this one's got Array.from(), map(), and parseInt() updated version: this one is about the Date() constructor, setHours() function, and some ... updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() updated version: I'm taking care of the Powers of 2 kata kata link: ... updated version: this one uses recursion to get the exponent recursion info: ...
updated version: this is another one about replace() updated version: just a little bug to fix. reworked version: this one is all about .find() and Number.isInteger() this one uses the repeat() method kata link: updated version: Let's get it kata link: ...