Media Summary: this one uses a for loop, the slice() method, and more kata link: ... Codewars - 8 Kyu - Remove String Spaces (Java) here we use the split() method split() info: ...
Codewars 8 Kyu Remove An - Detailed Analysis & Overview
this one uses a for loop, the slice() method, and more kata link: ... Codewars - 8 Kyu - Remove String Spaces (Java) here we use the split() method split() info: ... This one's all about .replace() and a lil regex kata link: this one uses the split() and join() methods kata link: updated version: two .replace() videos in a row! how do you get so lucky?
this one uses a for loop and the replace() method kata link: ... thsi one uses a for loop and the reduce() method kata link: ... this one uses split(), slice(), and then join() updated version: a very standard use for reduce, no rhyme intended.