Media Summary: this one uses the spread syntax (...), the reworked version: very standard .split(), . this one has the Array() constructor as well as .fill() and .map()
Codewars Reversed Strings 8 Kyu Javascript - Detailed Analysis & Overview
this one uses the spread syntax (...), the reworked version: very standard .split(), . this one has the Array() constructor as well as .fill() and .map() this one uses for loops, the split() method, and more kata link: ... Codewars Reversed Strings 8 kyu JavaScript updated version: racecar bob racecar kata link: ...
this one uses the repeat() method kata link: Here's a real simple yet useful one kata link: updated version: gonna use some .filter and some .includes kata link: ... this one uses the toLowerCase() method, a for loop, and more kata link: ... this one uses a for loop and the map() method kata link: this one uses the conditional (ternary) operator and the Boolean() constructor kata link: ...