Media Summary: this is an example of when to use Math.log() this one uses the repeat() method kata link: template literals, map(), Array() constructor, and more.
Codewars 8 Kyu Count By X Javascript - Detailed Analysis & Overview
this is an example of when to use Math.log() this one uses the repeat() method kata link: template literals, map(), Array() constructor, and more. this one uses the reduce() method kata link: reworked version: this one's got Array.from(), map(), and parseInt() this one uses the conditional (ternary) operator kata link:
this one uses a for loop and the Array.from() method kata link: ... this one uses a while loop and some if...else statements kata link: ... this one uses the Math.floor() function kata link: an example of using the sort(), slice(), and reduce() methods sort() info: ... this one uses the split() and filter methods with regex character classes split() info: ... this one uses the reduce() method and the ternary operator kata link: ...
we use Math.abs() and the String() constructor Math.abs() info: ... this one uses the sum of integers formula kata link: this one uses some math and the conditional (ternary) operator kata link: ...