Media Summary: another easy one made hard with Math.max(), split(), and more! this one has us debugging some temperature code kata link: ... updated version: yet another example of the classic template literal and ternary operator ...
Codewars 8 Kyu Grasshopper Bug Squashing Javascript - Detailed Analysis & Overview
another easy one made hard with Math.max(), split(), and more! this one has us debugging some temperature code kata link: ... updated version: yet another example of the classic template literal and ternary operator ... using Object.assign() and Array.from() to complete some rooms. we use the reduce() method in this one reduce() info: ... this one uses aa for loop and template literals kata link:
another example of the ternary operator in action. a nice one liner featuring an object and Math.floor() this one uses the this keyword kata link: Code along with me as we solve 'Enumerable Magic - Cascading Subsets', a Level reworked version: using the Array() constructor, fill(), and reduce()instead of n*(n+1)/2.