Exploring Codewars 8 Kyu Grasshopper Debug Sayhello Javascript
Exploring Codewars 8 Kyu Grasshopper Debug Sayhello Javascript reveals several interesting facts.
- using Object.assign() and Array.from() to complete some rooms.
- a refresher on the remainder operator (modulus)
- another easy one made hard with Math.max(), split(), and more!
In-Depth Information on Codewars 8 Kyu Grasshopper Debug Sayhello Javascript
this one uses aa for loop and template literals kata link: updated version: yet another example of the classic template literal and ternary operator ... we use the reduce() method in this one reduce() info: ... a nice one liner featuring an object and Math.floor()
Stay tuned for more updates related to Codewars 8 Kyu Grasshopper Debug Sayhello Javascript.