Media Summary: this one we use the concat(), sort(), and join() methods as well as spread syntax (...) concat() info: ... this one uses the map() and slice() methods, the Math.Min() function, and more map() info: ... another .split() video; seems like .split() is a pretty common method.
Codewars 8 Kyu Convert A String To A Number Javascript - Detailed Analysis & Overview
this one we use the concat(), sort(), and join() methods as well as spread syntax (...) concat() info: ... this one uses the map() and slice() methods, the Math.Min() function, and more map() info: ... another .split() video; seems like .split() is a pretty common method. this one uses template literals kata link: this one uses an if statement and the conditional (ternary) operator kata link: ... Codewars Convert a Number to a String 8 kyu JavaScript
this one uses the filter() and toFixed() method along with the unary plus (+) filter() info: ...