Media Summary: this one uses an if statement and the conditional (ternary) operator kata link: ... this one uses the reduce() method kata link: this one uses the conditional (ternary) operator and the Boolean() constructor kata link: ...
Codewars 8 Kyu Will You Make It Javascript - Detailed Analysis & Overview
this one uses an if statement and the conditional (ternary) operator kata link: ... this one uses the reduce() method kata link: this one uses the conditional (ternary) operator and the Boolean() constructor kata link: ... a great example of how to use array.prototype.includes() this one uses the Math.max() function kata link: Code along with me as we solve 'Well of Ideas - Easy Version', a Level
this one uses a ternary operator kata link: this one uses the repeat() method kata link: updated version: get an average via reduce() a sneaky example of regex, template literals, and .test() we use .test() and regex in this one kata link: a perfect time to use the reverse() method.
we use map(), test(), and String.fromCharCode() here. this one has the reduce() method and the Math.floor() function. this one is a template literal with a lengthy conditional statement template literals info: ...