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: ... this one uses the conditional (ternary) operator and the Boolean() constructor kata link: ...
Codewars 8 Kyu Can We - 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: ... this one uses the conditional (ternary) operator and the Boolean() constructor kata link: ... thsi one uses a for loop and the reduce() method kata link: ... this one uses a for loop, some if statements, and the slice() method kata link: ... slice(), .toUpperCase(), . toLowerCase(), ternary operators, and template literals kata link: ...
this one explores throw statements throw statement info: ... this one uses the reduce() method kata link: a rare way (so far), to use the replace() method. this is done with a template literal and the toFixed() method.