Media Summary: this one is a template literal with a lengthy conditional statement template literals info: ... this one uses the filter() and toFixed() method along with the unary plus (+) filter() info: ... this one uses a for loop, an if...else statement, and more kata link: ...
Codewars 8 Kyu Training Js 13 Number Object And Its Properties Javascript - Detailed Analysis & Overview
this one is a template literal with a lengthy conditional statement template literals info: ... this one uses the filter() and toFixed() method along with the unary plus (+) filter() info: ... this one uses a for loop, an if...else statement, and more kata link: ... template literals, map(), Array() constructor, and more. this one uses an if statement and the conditional (ternary) operator kata link: ... we use map(), test(), and String.fromCharCode() here.
this one uses the String() constructor, spread syntax (...), and more kata link: ... this one uses the reduce() method kata link: we use .test() and regex in this one kata link: a great example of how to use array.prototype.includes() creating an array with the Array.from() method. this is how to use the Math.abs() and the Math.sign() functions.
a little parseFloat() action does the trick. slice(), .toUpperCase(), . toLowerCase(), ternary operators, and template literals kata link: ...