Media Summary: Code along with me as we solve 'Find Nearest this one uses a while loop, an if statement, and the Math.round() static method kata link: ... this one uses a for loop and the reduce() method kata link: ...
Codewars 8 Kyu Area Of A Square Javascript - Detailed Analysis & Overview
Code along with me as we solve 'Find Nearest this one uses a while loop, an if statement, and the Math.round() static method kata link: ... this one uses a for loop and the reduce() method kata link: ... Code along with me as we solve 'Geometry Basics: Distance between points in 2D', a Level just a little refresher on some geometry, array style. Code along with me as we solve 'ASCII Total', a Level
this one uses an if statement and the conditional (ternary) operator kata link: ... very simple example of ternary operators. this one uses a for loop and the Array.from() method kata link: ... this one uses the reduce() method kata link: another example of using template literals with ternary operators. this one has us creating a function from scratch kata link: