Media Summary: Set(), slice(), spread syntax, and more in this one. this one uses a pair of for loops, the Math.min() function, and more kata link: ... this one uses the Set() constructor and spread syntax (...) kata link: ...
Codewars 8 Kyu Return Two Highest Values In List Javascript - Detailed Analysis & Overview
Set(), slice(), spread syntax, and more in this one. this one uses a pair of for loops, the Math.min() function, and more kata link: ... this one uses the Set() constructor and spread syntax (...) kata link: ... this one uses a for loop and the Array.from() method kata link: ... this one uses a for loop, an if...else statement, and more kata link: ... another .split() video; seems like .split() is a pretty common method.
this one uses a for() loop, an if() statement, and the join() method kata link: ... here we use reduce() and the unary plus operator. this one has the reduce() method and the Math.floor() function. updated version: I'm taking care of the Powers of