Media Summary: updated version: lemme show you how it's done kata link: ... this one uses the conditional (ternary) operator and the Boolean() constructor kata link: ... very slick example of split(), map(), join() methods and more.
Archived Codewars 8 Kyu Opposites Attract Javascript - Detailed Analysis & Overview
updated version: lemme show you how it's done kata link: ... this one uses the conditional (ternary) operator and the Boolean() constructor kata link: ... very slick example of split(), map(), join() methods and more. this one has the Array() constructor as well as .fill() and .map() Algebra, .test, and so much more! kata link: updated version: I'm taking care of the Powers of 2 kata kata link: ...
updated version: Let's get it kata link: ... updated version: We use .map(), .split(), .join(), and how to create custom prototype methods kata ... a perfect time to use the reverse() method. updated version: two .replace() videos in a row! how do you get so lucky? reworked version: this one's got Array.from(), map(), and parseInt() updated version: here we're gonna use .split(), .reduce(), and .charCodeAt()
updated version: a very standard use for reduce, no rhyme intended. updated version: sometimes Math.floor() is all we need. this one uses a for loop and the some() method kata link: ...