Media Summary: this one uses the conditional (ternary) operator and the Boolean() constructor kata link: ... this one uses the reduce() method kata link: this one uses an if statement and the conditional (ternary) operator kata link: ...
Codewars 8 Kyu A A Javascript - Detailed Analysis & Overview
this one uses the conditional (ternary) operator and the Boolean() constructor kata link: ... this one uses the reduce() method kata link: this one uses an if statement and the conditional (ternary) operator kata link: ... some Number() construction with a lot of test() kata link: this one uses the Math.max() function kata link: we use .test() and regex in this one kata link:
this one uses the repeat() method kata link: we use map(), test(), and String.fromCharCode() here. this one uses the String() constructor, spread syntax (...), and more kata link: ... this one uses the Math.abs() function kata link: standard example of using the reduce() method. this one uses template literals kata link:
updated version: this one uses recursion to get the exponent recursion info: ... gettin wild with template literals, the charCodeAt() method, and the UTF-16 chart. Join me for my first attempt at making a programming video, I'll be solving the following challenge on