Media Summary: spread syntax and Math.min are great options for this one. an example of using the sort(), slice(), and reduce() methods sort() info: ... this one is a remake of a now-invalid video kata link:
Codewars Find The Smallest Integer In The Array 8 Kyu Tdd In Javascript - Detailed Analysis & Overview
spread syntax and Math.min are great options for this one. an example of using the sort(), slice(), and reduce() methods sort() info: ... this one is a remake of a now-invalid video kata link: a nice use of the sort() and reduce() methods. standard example of using the reduce() method. this one uses a for loop and the reduce() method kata link: ...
standard if statement and for loop; i couldnt this one uses the reduce() method kata link: this one uses the Math.min() function, spread syntax (...), and more Math.min() info: ... here we use reduce() and the unary plus operator.