Media Summary: this one uses the split() and join() methods kata link: this one uses spread syntax (...), template literals, and the join() method kata link: ... using replace() to take care of business.
Codewars Remove String Spaces 8 Kyu Tdd In Javascript - Detailed Analysis & Overview
this one uses the split() and join() methods kata link: this one uses spread syntax (...), template literals, and the join() method kata link: ... using replace() to take care of business. using the split(), map(), and join() methods split() info: ... this one uses a ternary operator kata link: this one uses the repeat() method kata link:
Showing two different solution one using Regular Expressions and another using Array.filter.