Media Summary: this one uses the split() and join() methods kata link: Code along with me as we solve 'Will there be enough Codewars - 8 Kyu - Remove String Spaces (Java)
Codewars 8 Kyu Removing Spaces Javascript - Detailed Analysis & Overview
this one uses the split() and join() methods kata link: Code along with me as we solve 'Will there be enough Codewars - 8 Kyu - Remove String Spaces (Java) we're doing .map(), .slice(). and .filter() here. this one uses the repeat() method kata link: Showing two different solution one using Regular Expressions and another using Array.filter.
here we use the split() method split() info: ... we use .test() and regex in this one kata link: gettin wild with template literals, the charCodeAt() method, and the UTF-16 chart.