Media Summary: an example of using the Number.isNaN() method Number.isNaN() info: ... this one uses the reduce() method kata link: this one uses the ternary operator kata link:
Codewars 8 Kyu Isreallynan Javascript - Detailed Analysis & Overview
an example of using the Number.isNaN() method Number.isNaN() info: ... this one uses the reduce() method kata link: this one uses the ternary operator kata link: this one uses a for loop and the Math.floor() static method kata link: ... very slick example of split(), map(), join() methods and more. this one uses an if statement and the conditional (ternary) operator kata link: ...
this one uses the Math.max() function kata link: this one uses the toLowerCase() method, a for loop, and more kata link: ... thsi one uses a for loop and the reduce() method kata link: ... this is an example of when to use Math.log() Classic way to find out if something is even or not kata link: we're gonna use .includes on this one kata link:
another example of using Array.from() to count by x. this one uses a for loop and the Array.from() method kata link: ... this one uses the a for loop, the charCodeAt() method, and more kata link: ...