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: ... reworked version: Here's how we use template literals kata link: ...
Codewars Convert A Number To A String 8 Kyu 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: ... reworked version: Here's how we use template literals kata link: ... Codewars Convert a Number to a String 8 kyu JavaScript another example of .split(), .map(), and .join() updated version: here we're gonna use the
this one has a lot going on Array() constructor info: ... this one uses the repeat() method kata link: another .split() video; seems like .split() is a pretty common method.