Media Summary: this one uses the Math.random() and Math.floor functions Math.random() info: ... slice(), .toUpperCase(), . toLowerCase(), ternary operators, and template literals kata link: ... this one uses the reduce() method kata link:
Codewars 8 Kyu Hello Happy Codevarrior Javascript - Detailed Analysis & Overview
this one uses the Math.random() and Math.floor functions Math.random() info: ... slice(), .toUpperCase(), . toLowerCase(), ternary operators, and template literals kata link: ... this one uses the reduce() method kata link: this one uses a ternary operator kata link: a great example of how to use array.prototype.includes() here we use the push() method and spread syntax (...) push() info: ...
this one uses an if statement and the conditional (ternary) operator kata link: ... we use .test() and regex in this one kata link: using the test() method and this to check if it's a single digit. this one uses the ternary operator kata link: