Media Summary: updated version: another ternary operation with a remainder operator. this one uses an if statement and the conditional (ternary) operator kata link: ... reworked version: this one's got Array.from(), map(), and parseInt()
Archived Codewars 8 Kyu Simple Multiplication Javascript - Detailed Analysis & Overview
updated version: another ternary operation with a remainder operator. this one uses an if statement and the conditional (ternary) operator kata link: ... reworked version: this one's got Array.from(), map(), and parseInt() template literals, map(), Array() constructor, and more. this one uses the String() constructor, spread syntax (...), and more kata link: ... reworked version: this one is all about .find() and Number.isInteger()
updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() reworked version: we go over some characteristics of objects in this one. updated version: this one uses template literals template literals info: ... updated version: a little bit about class prototype attributes class info: ... updated version: two .replace() videos in a row! how do you get so lucky? updated version: probably the one and only eval() video.
updated version: here we use class extensions and methods classes info: ... updated version: here's a fun way to use the filter() method.