Media Summary: this one uses an if statement and the conditional (ternary) operator kata link: ... template literals, map(), Array() constructor, and more. standard if statement and for loop; i couldnt find a reliable one-liner kata link: ...
Codewars 8 Kyu Multiply Javascript - Detailed Analysis & Overview
this one uses an if statement and the conditional (ternary) operator kata link: ... template literals, map(), Array() constructor, and more. standard if statement and for loop; i couldnt find a reliable one-liner kata link: ... reworked version: this one's got Array.from(), map(), and parseInt() updated version: another ternary operation with a remainder operator. this one uses the conditional (ternary) operator and the Boolean() constructor kata link: ...
this one uses the String() constructor, spread syntax (...), and more kata link: ... Set(), slice(), spread syntax, and more in this one. this one uses the Math.max() function kata link: this is a straight look into how to make a simple function. this one uses the repeat() method kata link: