Media Summary: updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() this one uses the a for loop, the charCodeAt() method, and more kata link: ... updated version: String() and Number() constructors, .map(), .reverse(), and .split(); it's a wild ride.
Archived Codewars 8 Kyu Ascii Total Javascript - Detailed Analysis & Overview
updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() this one uses the a for loop, the charCodeAt() method, and more kata link: ... updated version: String() and Number() constructors, .map(), .reverse(), and .split(); it's a wild ride. updated version: We use .map(), .split(), .join(), and how to create custom prototype methods kata ... reworked version: this one's got Array.from(), map(), and parseInt() updated version: here we use class extensions and methods classes info: ...
updated version: this one uses recursion to get the exponent recursion info: ... an example of how to use the charCodeAt() method. reworkded version: here we use the Set() constructor and spread syntax. we're doing .map(), .slice(). and .filter() here. updated version: I'm taking care of the Powers of 2 kata kata link: ...