Media Summary: slice(), .toUpperCase(), . toLowerCase(), ternary operators, and template literals kata link: ... this one uses the Math.max() function kata link: very slick example of split(), map(), join() methods and more.
Codewars 8 Kyu Did She Say Hallo Javascript - Detailed Analysis & Overview
slice(), .toUpperCase(), . toLowerCase(), ternary operators, and template literals kata link: ... this one uses the Math.max() function kata link: very slick example of split(), map(), join() methods and more. an example using a template literal and the typeof operator template literals info: ... we use map(), test(), and String.fromCharCode() here. a deceptively simple example using array properties.
another example of how we use the test() method.