Media Summary: updated version: just a little bug to fix. updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() this one uses the String() constructor, spread syntax (...), and more kata link: ...
Archived Codewars 8 Kyu Unexpected Parsing Javascript - Detailed Analysis & Overview
updated version: just a little bug to fix. updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() this one uses the String() constructor, spread syntax (...), and more kata link: ... reworked version: this one's got Array.from(), map(), and parseInt() updated version: a very elementary example of how to use map() updated version: finding the slope with the help of the String() constructor String() constructor info: ...
updated version: doubling up on ternary operators. reworked version: Here's how we use template literals kata link: ... updated version: yet another example of the classic template literal and ternary operator ... updated version: this one uses recursion to get the exponent recursion info: ... updated version: here we use class extensions and methods classes info: ... updated version: Let's get it kata link: ...
updated version: We use .map(), .split(), .join(), and how to create custom prototype methods kata ... updated version: a lil Math.abs(), a lil hyphen...that's all this one needs. updated version: sometimes Math.floor() is all we need. updated version: finishing the loop and then making a one-liner using the Array.from() method ... updated version: two .replace() videos in a row! how do you get so lucky?