Media Summary: this one uses a for loop, an if...else statement, and more kata link: ... a great example of how to use array.prototype.includes() this one is a template literal with a lengthy conditional statement template literals info: ...
Codewars 8 Kyu Switch It Up Javascript - Detailed Analysis & Overview
this one uses a for loop, an if...else statement, and more kata link: ... a great example of how to use array.prototype.includes() this one is a template literal with a lengthy conditional statement template literals info: ... very slick example of split(), map(), join() methods and more. this one uses an if statement and the conditional (ternary) operator kata link: ... some template literal and ternary operation action.
we use map(), test(), and String.fromCharCode() here. this one uses the String() constructor, spread syntax (...), and more kata link: ... accessing an array using a remainder operator and knowledge of classes classes info: ... this one uses the Math.abs() function kata link: