Media Summary: a practical example of the Array.from() method. this one uses the for...of statement kata link: this one uses the reduce() method kata link:
Codewars 8 Kyu Is Integer Safe To Use Javascript - Detailed Analysis & Overview
a practical example of the Array.from() method. this one uses the for...of statement kata link: this one uses the reduce() method kata link: spread syntax and Math.min are great options for this one. a little parseFloat() action does the trick. using the test() method and this to check if it's a single digit.