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