Media Summary: updated version: just a little bug to fix. reworked version: this one is all about .find() and Number.isInteger() updated version: here we're gonna use .split(), .reduce(), and .charCodeAt()
Archived Codewars 8 Kyu Unexpected Parsing Javascript - Detailed Analysis & Overview
updated version: just a little bug to fix. reworked version: this one is all about .find() and Number.isInteger() updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() updated version: here we use class extensions and methods classes info: ... updated version: doubling up on ternary operators. reworked version: this one's got Array.from(), map(), and parseInt()
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: finding the slope with the help of the String() constructor String() constructor info: ... updated version: this one uses recursion to get the exponent recursion info: ... reworked version: Here's how we use template literals kata link: ... updated version: a very elementary example of how to use map()
updated version: yet another example of the classic template literal and ternary operator ... updated version: I'm taking care of the Powers of 2 kata kata link: ... updated version: A nice one about the String() constructor. updated version: sometimes Math.floor() is all we need.