Media Summary: we use map(), test(), and String.fromCharCode() here. 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?
Codewars 8 Kyu Is There A Vowel In There Javascript - Detailed Analysis & Overview
we use map(), test(), and String.fromCharCode() here. 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? a great example of how to use array.prototype.includes() very slick example of split(), map(), join() methods and more. this one uses a for loop and the Array.from() method kata link: ...
Code along with me as we solve 'Hello World!', a Level another example of how we use the test() method. this one uses a for loop, an if...else statement, and more kata link: ... another example of using Array.from() to count by x. this one uses the split() and filter methods with regex character classes split() info: ... reworked version: making a custom method using the toUpperCase() method and this.
here we use the push() method and spread syntax (...) push() info: ... thsi one uses a for loop and the reduce() method kata link: ...