Media Summary: gets it done with the toFixed() method and the unary plus (+) operator toFixed() info: ... in this one, we use the parseInt() function. this one uses the String() constructor, spread syntax (...), and more kata link: ...
Codewars 8 Kyu Formatting Decimal Places 0 Javascript - Detailed Analysis & Overview
gets it done with the toFixed() method and the unary plus (+) operator toFixed() info: ... in this one, we use the parseInt() function. this one uses the String() constructor, spread syntax (...), and more kata link: ... this one uses the Number() constructor, the unary plus (+) operator, and more kata link: ... this one uses a ternary operator kata link: this one uses a for loop and the Array.from() method kata link: ...
this one uses the match() method and regex match() info: ... using the replace() method to remove trailing this one uses the split() and join() methods kata link: this one uses the reduce() method kata link: this is an example of when to use Math.log() this one uses the repeat() method kata link: