Media Summary: this one uses the ternary operator kata link: updated version: this one uses recursion to get the exponent recursion info: ... updated version: here we're gonna use .split(), .reduce(), and .charCodeAt()
Archived Codewars 8 Kyu The If Function Javascript - Detailed Analysis & Overview
this one uses the ternary operator kata link: updated version: this one uses recursion to get the exponent recursion info: ... updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() updated version: a quick review of the ternary operator ternary operator info: ... updated version: gonna use some .filter and some .includes kata link: ... updated version: get an average via reduce()
updated version: I'm taking care of the Powers of 2 kata kata link: ... updated version: here's how you tell the difference between some cubes' volumes kata link: ... updated version: 100+ in and we are now doing the "Hello World" video. updated version: just a little bug to fix. updated version: Let's get it kata link: ... updated version: sometimes Math.floor() is all we need.
updated version: String() and Number() constructors, .map(), .reverse(), and .split(); it's a wild ride. updated version: finding the slope with the help of the String() constructor String() constructor info: ... updated version: finishing the loop and then making a one-liner using the Array.from() method ...