Media Summary: this one uses the Math.max() function kata link: this one uses a for loop, an if...else statement, and more kata link: ... this one uses the a for loop, the charCodeAt() method, and more kata link: ...
Codewars 8 Kyu Interpreters Hq9 Javascript - Detailed Analysis & Overview
this one uses the Math.max() function kata link: this one uses a for loop, an if...else statement, and more kata link: ... this one uses the a for loop, the charCodeAt() method, and more kata link: ... this one uses the reduce() method kata link: updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() this one has the Array() constructor as well as .fill() and .map()
this one uses a for loop and the Array.from() method kata link: ... updated version: this one uses recursion to get the exponent recursion info: ... here we use the push() method and spread syntax (...) push() info: ... updated version: here we use class extensions and methods classes info: ... another example of how we use the test() method. we're gonna use .includes on this one kata link:
this one uses the conditional (ternary) operator kata link: this one uses the repeat() method kata link: