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 the Math.max() function kata link:
Codewars 8 Kyu This Is A Problem 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 the Math.max() function kata link: some Number() construction with a lot of test() kata link: a perfect time to use the reverse() method. this one uses the Math.abs() function kata link:
this one uses a for loop and the some() method kata link: ... very slick example of split(), map(), join() methods and more. here we use the push() method and spread syntax (...) push() info: ... we use map(), test(), and String.fromCharCode() here. we use the reduce() method in this one reduce() info: ... thsi one uses a for loop and the reduce() method kata link: ...
this one has the reduce() method and the Math.floor() function. we use .test() and regex in this one kata link: