Media Summary: this one uses the split() and filter methods with regex character classes split() info: ... this one uses the toUpperCase and split() methods, and more kata link: ... we use the .from() thing as well as some .join() action in this one.
Codewars 8 Kyu Count Words Javascript - Detailed Analysis & Overview
this one uses the split() and filter methods with regex character classes split() info: ... this one uses the toUpperCase and split() methods, and more kata link: ... we use the .from() thing as well as some .join() action in this one. this one uses the match() method and regex match() info: ... this one uses the for...of statement kata link: this one uses for loops, the split() method, and more kata link: ...
this how you find out what the whole array equals kata link: this one uses some math and the conditional (ternary) operator kata link: ... another .split() video; seems like .split() is a pretty common method. this one uses the Math.floor() function kata link: template literals, map(), Array() constructor, and more. this one uses the match() and reduce methods and more kata link: ...
thsi one uses a for loop and the reduce() method kata link: ... an example of using a method in a class classes info: ...