Media Summary: this one uses an if statement and the conditional (ternary) operator kata link: ... Pirate theme with some Object.values() and .includes() mixed in kata link: ... a sneaky example of regex, template literals, and .test()
Codewars 8 Kyu Easy Logs Javascript - Detailed Analysis & Overview
this one uses an if statement and the conditional (ternary) operator kata link: ... Pirate theme with some Object.values() and .includes() mixed in kata link: ... a sneaky example of regex, template literals, and .test() this one uses the reduce() method kata link: some algebra and some math.ceil() kata link: a great example of how to use array.prototype.includes()
this one uses the Math.max() function kata link: this one uses a for loop, some if statements, and the slice() method kata link: ... thsi one uses a for loop and the reduce() method kata link: ... here we use the push() method and spread syntax (...) push() info: ... we use map(), test(), and String.fromCharCode() here. this one uses a ternary operator kata link: