Media Summary: Here's a real simple yet useful one kata link: this one uses the spread syntax (...), the Code along with me as we solve 'Reversed sequence', a Level
Codewars 8 Kyu Reverse List Order Javascript - Detailed Analysis & Overview
Here's a real simple yet useful one kata link: this one uses the spread syntax (...), the Code along with me as we solve 'Reversed sequence', a Level this one has the Array() constructor as well as .fill() and .map() this one uses for loops, the split() method, and more kata link: ... this one uses the String() constructor, spread syntax (...), and more kata link: ...
another example of using Array.from() to count by x. this one uses template literals kata link: this one uses the Math.abs() function kata link: this one uses a for loop and the map() method kata link: reworked version: very standard .split(), . Simple problem, but had a little issue with coming up with the correct way to convert a string back to a number.
updated version: a very elementary example of how to use map()