Media Summary: here we use the split() method split() info: ... this one uses the split() and join() methods kata link: updated version: here we use class extensions and methods classes info: ...
Codewars 8 Kyu Remove The Time Javascript - Detailed Analysis & Overview
here we use the split() method split() info: ... this one uses the split() and join() methods kata link: updated version: here we use class extensions and methods classes info: ... another example of using Array.from() to count by x. updated version: this one is about the Date() constructor, setHours() function, and some ... this one uses the String() constructor, spread syntax (...), and more kata link: ...
this one uses addition and multiplication kata link: this one uses the repeat() method kata link: a great example of how to use array.prototype.includes() this one uses a for loop and the replace() method kata link: ... updated version: two .replace() videos in a row! how do you get so lucky? we use .test() and regex in this one kata link:
thsi one uses a for loop and the reduce() method kata link: ... declaring and changing variables then using concise syntax.