Media Summary: updated version: a quick review of the ternary operator ternary operator info: ... this one has a lot going on Array() constructor info: ... updated version: String() and Number() constructors, .map(), .reverse(), and .split(); it's a wild ride.
Archived Codewars 8 Kyu Classy Extentions Javascript - Detailed Analysis & Overview
updated version: a quick review of the ternary operator ternary operator info: ... this one has a lot going on Array() constructor info: ... updated version: String() and Number() constructors, .map(), .reverse(), and .split(); it's a wild ride. updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() this one uses the conditional (ternary) operator kata link: updated version: We use .map(), .split(), .join(), and how to create custom prototype methods kata ...
updated version: this one uses recursion to get the exponent recursion info: ... a bit about classes and template literals classes info: reworked version: this one's got Array.from(), map(), and parseInt() updated version: doubling up on ternary operators. this one we use the concat(), sort(), and join() methods as well as spread syntax (...) concat() info: ... updated version: a very elementary example of how to use map()
updated version: I'm taking care of the Powers of 2 kata kata link: ... we're doing .map(), .slice(). and .filter() here. updated version: finding the slope with the help of the String() constructor String() constructor info: ... updated version: Let's get it kata link: ... updated version: sometimes Math.floor() is all we need. updated version: lemme show you how it's done kata link: ...