Media Summary: using the test() method to get the job done. we're doing .map(), .slice(). and .filter() here. updated version: just a little bug to fix.
Codewars 8 Kyu Parse Float Javascript - Detailed Analysis & Overview
using the test() method to get the job done. we're doing .map(), .slice(). and .filter() here. updated version: just a little bug to fix. this one has the Array() constructor as well as .fill() and .map() very slick example of split(), map(), join() methods and more. gettin wild with template literals, the charCodeAt() method, and the UTF-16 chart.
this one uses the object prototype mechanism kata link: using the replace() method and the indexOf() method for change. this one has a lot going on Array() constructor info: ... an example of using the Number.isNaN() method Number.isNaN() info: ... this is how to use the Math.abs() and the Math.sign() functions. accessing an array using a remainder operator and knowledge of classes classes info: ...
this one uses the toLowerCase() method, a for loop, and more kata link: ... a bit about classes and template literals classes info: a funky example of using the reduce() method. using the ternary operator for different grades ternary operator info: ...