Media Summary: another example of the ternary operator in action. this one uses the this keyword kata link: updated version: a little bit about class prototype attributes class info: ...
Codewars 8 Kyu Grasshopper Terminal Game Turn Function Javascript - Detailed Analysis & Overview
another example of the ternary operator in action. this one uses the this keyword kata link: updated version: a little bit about class prototype attributes class info: ... we use the reduce() method in this one reduce() info: ... using Object.assign() and Array.from() to complete some rooms. a nice one liner featuring an object and Math.floor()
reworked version: using the Array() constructor, fill(), and reduce()instead of n*(n+1)/2. this one we use the concat(), sort(), and join() methods as well as spread syntax (...) concat() info: ... this one uses aa for loop and template literals kata link: a refresher on the remainder operator (modulus) another easy one made hard with Math.max(), split(), and more! this one uses the Math.random() and Math.floor
this one uses the sum of integers formula kata link: