Media Summary: reworked version: very standard .split(), .reverse(), then .join() updated version: this one we use spread syntax (...) plus the concat(), Object.entries(), and filter() ... this one has a lot going on Array() constructor info: ...
Archived Codewars 8 Kyu String Repeat Javascript - Detailed Analysis & Overview
reworked version: very standard .split(), .reverse(), then .join() updated version: this one we use spread syntax (...) plus the concat(), Object.entries(), and filter() ... this one has a lot going on Array() constructor info: ... this one has the Array() constructor as well as .fill() and .map() updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() reworked version: Here's how we use template literals kata link: ...
this one uses the spread syntax (...), the reverse() method, and more kata link: ...