Media Summary: reworked version: very standard .split(), . this one uses for loops, the split() method, and more kata link: ... this one uses the spread syntax (...), the
Archived Codewars 8 Kyu Reverse Words In A Strings Javascript - Detailed Analysis & Overview
reworked version: very standard .split(), . this one uses for loops, the split() method, and more kata link: ... this one uses the spread syntax (...), the reworked version: Here's how we use template literals kata link: ... reworked version: we're using .toUpperCase(), .split(), .join(), and .map() in this barn-burner. updated version: .repeat() is all we need on this one kata link: ...
this one has the Array() constructor as well as .fill() and .map() this one uses the repeat() method kata link: updated version: I'm taking care of the Powers of 2 kata kata link: ... updated version: lemme show you how it's done kata link: ... updated version: two .replace() videos in a row! how do you get so lucky? reworked version: this one's got Array.from(), map(), and parseInt()
updated version: here we use class extensions and methods classes info: ...