Media Summary: another example of using template literals with ternary operators. this one uses the for...of statement kata link: a great example of how to use array.prototype.includes()
Codewars 8 Kyu Do I Get A Bonus Javascript - Detailed Analysis & Overview
another example of using template literals with ternary operators. this one uses the for...of statement kata link: a great example of how to use array.prototype.includes() this one uses an if statement and the conditional (ternary) operator kata link: ... this one uses the reduce() method kata link: an example of using the sort(), slice(), and reduce() methods sort() info: ...
another example of using Array.from() to count by x. this one uses the String() constructor, spread syntax (...), and more kata link: ... thsi one uses a for loop and the reduce() method kata link: ... this is done with a template literal and the toFixed() method. Symbol.iterator, for...of statement, next() method, and more.