Media Summary: this one uses the Math.max() function kata link: this one uses the String() constructor, spread syntax (...), and more kata link: ... updated version: this one uses recursion to get the exponent recursion info: ...
Codewars 8 Kyu Points Of Reflection Javascript - Detailed Analysis & Overview
this one uses the Math.max() function kata link: this one uses the String() constructor, spread syntax (...), and more kata link: ... updated version: this one uses recursion to get the exponent recursion info: ... a bit about classes and template literals classes info: this one uses the Math.random() and Math.floor functions Math.random() info: ... this one uses a for loop and the Array.from() method kata link: ...
this how you find out what the whole array equals kata link: this one uses the String() constructor, destructuring assignment syntax, and the conditional (ternary) operator kata link: ... this one uses a ternary operator kata link: a practical example of the Array.from() method. this one has the Array() constructor as well as .fill() and .map() this one uses the repeat() method kata link:
gettin wild with template literals, the charCodeAt() method, and the UTF-16 chart.