Media Summary: using a switch statement then using the repeat() and trim() methods switch statement info: ... using the typeof operator and includes() method typeof info: ... this one uses an if statement and the conditional (ternary) operator kata link: ...
Codewars 8 Kyu Simple Change Machine Javascript - Detailed Analysis & Overview
using a switch statement then using the repeat() and trim() methods switch statement info: ... using the typeof operator and includes() method typeof info: ... this one uses an if statement and the conditional (ternary) operator kata link: ... here we use the push() method and spread syntax (...) push() info: ... thsi one uses a for loop and the reduce() method kata link: ... this one uses switch statements, objects, and arrays kata link: ...
this one uses the String() constructor, spread syntax (...), and more kata link: ... this one uses the Math.max() function kata link: we're gonna use .includes on this one kata link: this one uses the split() and join() methods kata link: just reverse() it...plus some other stuff. this one uses the reduce() method kata link:
this one uses addition and multiplication kata link: using the test() method and this to check if it's a single digit.