Media Summary: this one uses a for loop, some if statements, and the slice() method kata link: ... this one uses the conditional (ternary) operator and the Boolean() constructor kata link: ... updated version: another way to use slice()
Codewars 8 Kyu Pick A - Detailed Analysis & Overview
this one uses a for loop, some if statements, and the slice() method kata link: ... this one uses the conditional (ternary) operator and the Boolean() constructor kata link: ... updated version: another way to use slice() yet another example of how ternary operators work. a simple use of the toFixed() method and the unary plus (+) sign. This is a very old clip from twitch that was never made public: Sign up for code wars: ...
this one uses an if statement and the conditional (ternary) operator kata link: ... thsi one uses a for loop and the reduce() method kata link: ... this is how to use the Math.abs() and the Math.sign() functions.