Media Summary: updated version: First use map(), then use reduce() this one uses a for loop and the reduce() method kata link: ... reworked version: this one is all about .find() and Number.isInteger()
Archived Codewars 8 Kyu Square N Sum Javascript - Detailed Analysis & Overview
updated version: First use map(), then use reduce() this one uses a for loop and the reduce() method kata link: ... reworked version: this one is all about .find() and Number.isInteger() updated version: this one uses Math.sqrt(), Math.round(), and Math.pow() this one uses a while loop, an if statement, and the Math.round() static method kata link: ... updated version: here we're gonna use the string object to do something kata link: ...
updated version: this one uses recursion to get the exponent recursion info: ... updated version: I'm taking care of the Powers of 2 kata kata link: ... reworked version: this one's got Array.from(), map(), and parseInt() an example of using the typeof operator typeof info: ... updated version: get an average via reduce() this how you find out what the whole array equals kata link:
In the video, I explain the process of solving the problem: Getting the