Media Summary: this one uses an if statement and the conditional (ternary) operator kata link: ... this one uses template literals with various methods template literals info: ... using the replace() method with some regex replace() info: ...
Codewars 8 Kyu Convert A Number To A String Javascript - Detailed Analysis & Overview
this one uses an if statement and the conditional (ternary) operator kata link: ... this one uses template literals with various methods template literals info: ... using the replace() method with some regex replace() info: ... 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: ... reworked version: Here's how we use template literals kata link: ...
this one uses the repeat() method kata link: another .split() video; seems like .split() is a pretty common method. this one has a lot going on Array() constructor info: ... this one uses template literals kata link: reworked version: this one's got Array.from(), map(), and parseInt()