Media Summary: a sneaky example of regex, template literals, and .test() Hello! In this video I'm going to show you how I solved one of the very slick example of split(), map(), join() methods and more.
Codewars 8 Kyu Paper Rock Scissors Javascript - Detailed Analysis & Overview
a sneaky example of regex, template literals, and .test() Hello! In this video I'm going to show you how I solved one of the very slick example of split(), map(), join() methods and more. this one uses an if statement and the conditional (ternary) operator kata link: ... updated version: Let's get it kata link: ... this one uses the reduce() method kata link:
this one uses if statements and the conditional (ternary) operator kata link: ... time to use the Array() constructor and the fill() method. this one uses a for loop and the some() method kata link: ... using the replace() method to remove trailing zeros. some algebra with the toFixed() method and unary plus (+) operator slope - intercept formula: ... Code along with me as we solve 'Counting sheep...', a Level