Media Summary: this one uses the reduce() method and the ternary operator kata link: ... reworked version: this one's got Array.from(), map(), and parseInt() another example of using reduce() to get an average.
Archived Codewars 8 Kyu Total Amount Of Points Javascript - Detailed Analysis & Overview
this one uses the reduce() method and the ternary operator kata link: ... reworked version: this one's got Array.from(), map(), and parseInt() another example of using reduce() to get an average. reworked version: this one is all about .find() and updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() updated version: sometimes Math.floor() is all we need.
updated version: this one uses recursion to get the exponent recursion info: ... updated version: First Vid of the Day kata link: ... updated version: this one is about the Date() constructor, setHours() function, and some ... updated version: here's a fun way to use the filter() method. updated version: A nice one about the String() constructor. updated version: I'm taking care of the Powers of 2 kata kata link: ...
reworked version: Here's how we use template literals kata link: ... updated version: A little max, a little min kata link: ... updated version: another ternary operation with a remainder operator. updated version: this one uses template literals template literals info: ...