Media Summary: this one uses the reduce() method kata link: this one uses an if statement and the conditional (ternary) operator kata link: ... this one uses the conditional (ternary) operator and the Boolean() constructor kata link: ...
Codewars 8 Kyu Makeuppercase Javascript - Detailed Analysis & Overview
this one uses the reduce() method kata link: this one uses an if statement and the conditional (ternary) operator kata link: ... this one uses the conditional (ternary) operator and the Boolean() constructor kata link: ... this one uses a for loop, an if...else statement, and more kata link: ... we're gonna use .includes on this one kata link: this one uses the object prototype mechanism kata link:
a great example of how to use array.prototype.includes() slice(), .toUpperCase(), . toLowerCase(), ternary operators, and template literals kata link: ... an example using a template literal and the typeof operator template literals info: ... thsi one uses a for loop and the reduce() method kata link: ... updated version: this one uses recursion to get the exponent recursion info: ... Symbol.iterator, for...of statement, next() method, and more.
updated version: Let's get it kata link: ...