Archived Codewars 8 Kyu Reversed String Javascript - Detailed Analysis
reworked version: very standard .split(), . this one uses the spread syntax (...), the this one has the Array() constructor as well as .fill() and .map() updated version: this one we use spread syntax (...) plus the concat(), Object.entries(), and filter() ... reworked version: Here's how we use template literals kata link: ... updated version: .repeat() is all we need on this one kata link: ...
updated version: gonna use some .filter and some .includes kata link: ... updated version: a very elementary example of how to use map() updated version: sometimes Math.floor() is all we need. updated version: here we use class extensions and methods classes info: ... this one uses the repeat() method kata link: updated version: here we're gonna use .split(), .reduce(), and .charCodeAt()
updated version: lemme show you how it's done kata link: ...
Photo Gallery



















