Media Summary: a review of template literals as well as the join() method template literals info: ... this one uses the ternary operator kata link: this one uses an if statement and the conditional (ternary) operator kata link: ...
Codewars 8 Kyu Welcome Javascript - Detailed Analysis & Overview
a review of template literals as well as the join() method template literals info: ... this one uses the ternary operator kata link: this one uses an if statement and the conditional (ternary) operator kata link: ... this one uses the Math.max() function kata link: we use .test() and regex in this one kata link: a bit about classes and template literals classes info:
a rare way (so far), to use the replace() method. this one uses a for loop, some if statements, and the slice() method kata link: ... we use map(), test(), and String.fromCharCode() here. this one explores throw statements throw statement info: ...