Media Summary: another .split() video; seems like .split() is a pretty common method. this one uses the map() and slice() methods, the Math.Min() function, and more map() info: ... Simple problem, but had a little issue with coming up with the correct way
Codewars Kyu 8 Convert A String To A Number Javascript - Detailed Analysis & Overview
another .split() video; seems like .split() is a pretty common method. this one uses the map() and slice() methods, the Math.Min() function, and more map() info: ... Simple problem, but had a little issue with coming up with the correct way Codewars Convert a Number to a String 8 kyu JavaScript this one uses template literals with various methods template literals info: ... this one uses an if statement and the conditional (ternary) operator kata link: ...
reworked version: this one's got Array.from(), map(), and parseInt() using the replace() method with some regex replace() info: ... this one uses the filter() and toFixed() method along with the unary plus (+) filter() info: ...