Media Summary: this one uses the split() and join() methods kata link: Showing two different solution one using Regular Expressions and another using Array.filter. Codewars - 8 Kyu - Remove String Spaces (Java)
Codewars Javascript Remove String Spaces - Detailed Analysis & Overview
this one uses the split() and join() methods kata link: Showing two different solution one using Regular Expressions and another using Array.filter. Codewars - 8 Kyu - Remove String Spaces (Java) another .split() video; seems like .split() is a pretty common method.