Media Summary: using replace() to take care of business. this one uses a for loop, the slice() method, and more kata link: ... here we use the split() method split() info: ...
Codewars 8kyu Removing Elements Javascript - Detailed Analysis & Overview
using replace() to take care of business. this one uses a for loop, the slice() method, and more kata link: ... here we use the split() method split() info: ... this one uses a for loop and the replace() method kata link: ... this one uses split(), slice(), and then join() this one uses a for loop, some if statements, and the slice() method kata link: ...