Media Summary: this one uses some math and the conditional (ternary) operator kata link: ... this one uses the for...of statement kata link: we solve this one with a simple filter() method.
Code Wars C 8kyu Count - Detailed Analysis & Overview
this one uses some math and the conditional (ternary) operator kata link: ... this one uses the for...of statement kata link: we solve this one with a simple filter() method. an example of using a method in a class classes info: ... this one uses the a for loop, the charCodeAt() method, and more kata link: ... this one uses the filter() method and the Boolean() constructor kata link: ...
standard if statement and for loop; i couldnt find a reliable one-liner kata link: ... this one uses an if statement and the conditional (ternary) operator kata link: ... here we use reduce() and the unary plus operator. time to use the Array() constructor and the fill() method. thsi one uses a for loop and the reduce() method kata link: ...