Media Summary: this one uses some math and the conditional (ternary) operator kata link: ... this one uses the Math.floor() function kata link: this one uses a for loop, some if statements, and the slice() method kata link: ...
Codewars 8 Kyu Count By - Detailed Analysis & Overview
this one uses some math and the conditional (ternary) operator kata link: ... this one uses the Math.floor() function kata link: this one uses a for loop, some if statements, and the slice() method kata link: ... this one uses the split() and filter methods with regex character classes split() info: ... this one uses the ternary operator kata link: updated version: here's where you can find the formula to do this one: ...
this one uses the for...of statement kata link: we use the .from() thing as well as some .join() action in this one.