Media Summary: some algebra and some math.ceil() kata link: here we use the push() method and spread syntax (...) push() info: ... a clever use of the repeat() method repeat() info: ...
Codewars 8 Kyu A Bugs Trilogy Episode 1 Javascript - Detailed Analysis & Overview
some algebra and some math.ceil() kata link: here we use the push() method and spread syntax (...) push() info: ... a clever use of the repeat() method repeat() info: ... this one uses a for loop and the Array.from() method kata link: ... a great example of how to use array.prototype.includes() thsi one uses a for loop and the reduce() method kata link: ...
this one uses the this keyword kata link: this one uses a while loop and some if...else statements kata link: ... updated version: finishing the loop and then making a one-liner using the Array.from() method ... a simple use of the toFixed() method and the unary plus (+) sign. this one uses the Math.random() and Math.floor functions Math.random() info: ... a bit about classes and template literals classes info: