Media Summary: standard if statement and for loop; i couldnt find a reliable one-liner kata link: ... a great example of how to use array.prototype.includes() we use .test() and regex in this one kata link:
Codewars Sort And Star 8 Kyu Tdd In Javascript - Detailed Analysis & Overview
standard if statement and for loop; i couldnt find a reliable one-liner kata link: ... a great example of how to use array.prototype.includes() we use .test() and regex in this one kata link: another .split() video; seems like .split() is a pretty common method. here we use reduce() and the unary plus operator.