Media Summary: this one uses template literals with various methods template literals info: ... this one uses an if statement and the conditional (ternary) operator kata link: ... Codewars Convert a Number to a String 8 kyu JavaScript
Codewars Convert A Number To A String 8 Kyu Javascript - Detailed Analysis & Overview
this one uses template literals with various methods template literals info: ... 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 has a lot going on Array() constructor info: ... this one uses the filter() and toFixed() method along with the unary plus (+) filter() 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. we use the indexOf() and lastIndexOf() methods in this one indexOf() info: ... another example of .split(), .map(), and .join()