Media Summary: this one uses the Math.abs() function kata link: this one has the Array() constructor as well as .fill() and .map() this one uses an if statement and the conditional (ternary) operator kata link: ...
Codewars 8 Kyu Fundamentals Return Javascript - Detailed Analysis & Overview
this one uses the Math.abs() function kata link: this one has the Array() constructor as well as .fill() and .map() this one uses an if statement and the conditional (ternary) operator kata link: ... a simple use of the toFixed() method and the unary plus (+) sign. this one uses template literals kata link: this one uses the reduce() method kata link:
updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() updated version: a lil Math.abs(), a lil hyphen...that's all this one needs. accessing an array using a remainder operator and knowledge of classes classes info: ... updated version: this one uses recursion to get the exponent recursion info: ... reworked version: this one's got Array.from(), map(), and parseInt()