Media Summary: very slick example of split(), map(), join() methods and more. this one uses the conditional (ternary) operator and the Boolean() constructor kata link: ... this one uses the filter() and toFixed() method along with the unary plus (+) filter() info: ...
Codewars 8 Kyu Opposite Number Javascript - Detailed Analysis & Overview
very slick example of split(), map(), join() methods and more. this one uses the conditional (ternary) operator and the Boolean() constructor kata link: ... this one uses the filter() and toFixed() method along with the unary plus (+) filter() info: ... this one uses the String() constructor, spread syntax (...), and more kata link: ... we solve this one with a simple filter() method. reworked version: this one's got Array.from(), map(), and parseInt()
Join me for my first attempt at making a programming video, I'll be solving the following challenge on