Media Summary: Codewars Reversed Strings JavaScript Solution this one uses the spread syntax (...), the this one uses the replace() method, regex, and more kata link: ...
Codewars Reversed Strings Javascript Solution - Detailed Analysis & Overview
Codewars Reversed Strings JavaScript Solution this one uses the spread syntax (...), the this one uses the replace() method, regex, and more kata link: ... Simple problem, but had a little issue with coming up with the correct way to convert a reworked version: very standard .split(), . this one uses the repeat() method kata link:
Codewars Reversed Strings 8 kyu JavaScript