Media Summary: updated version: just a little bug to fix. this one uses an if statement and the conditional (ternary) operator kata link: ... 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. this one uses an if statement and the conditional (ternary) operator kata link: ... 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: here we're gonna use .split(), .reduce(), and .charCodeAt() updated version: We use .map(), .split(), .join(), and how to create custom prototype methods kata ...
updated version: doubling up on ternary operators. updated version: finding the slope with the help of the String() constructor String() constructor info: ... updated version: a very elementary example of how to use map() 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: sometimes Math.floor() is all we need.
updated version: here we use class extensions and methods classes info: ... updated version: Let's get it kata link: ... updated version: a lil Math.abs(), a lil hyphen...that's all this one needs. this one uses the Math.abs() function kata link: updated version: this is another one about replace()