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: ...

Photo Gallery

Codewars 8 kyu Parse Float JavaScript
Codewars 8 kyu Unexpected Parsing Javascript
Codewars 8 kyu Enumerable Magic #4 - Cascading Subsets JavaScript
(Archived) Codewars 8 kyu Unexpected Parsing Javascript
Codewars 8 kyu Reversed Sequence JavaScript
Codewars 8 kyu They Say...Are They Opposite? JavaScript
Codewars 8 kyu Find the Position! JavaScript
Codewars 8 kyu Object Oriented Piracy Javascript
Codewars 8 kyu Polish Letters JavaScript
Codewars 8 kyu Training JS #21: Methods of String Object--trim() and the String Template JavaScript
Codewars 8 kyu isReallyNaN JavaScript
Codewars 8 kyu Compare within Margin JavaScript
View Detailed Profile
Codewars 8 kyu Parse Float JavaScript

Codewars 8 kyu Parse Float JavaScript

using the test() method to get the job done.

Codewars 8 kyu Unexpected Parsing Javascript

Codewars 8 kyu Unexpected Parsing Javascript

this one has us fixing a bug kata link: https://www.

Codewars 8 kyu Enumerable Magic #4 - Cascading Subsets JavaScript

Codewars 8 kyu Enumerable Magic #4 - Cascading Subsets JavaScript

we're doing .map(), .slice(). and .filter() here.

(Archived) Codewars 8 kyu Unexpected Parsing Javascript

(Archived) Codewars 8 kyu Unexpected Parsing Javascript

updated version: https://youtu.be/WI60GSBLqpg just a little bug to fix.

Codewars 8 kyu Reversed Sequence JavaScript

Codewars 8 kyu Reversed Sequence JavaScript

this one has the Array() constructor as well as .fill() and .map()

Codewars 8 kyu They Say...Are They Opposite? JavaScript

Codewars 8 kyu They Say...Are They Opposite? JavaScript

very slick example of split(), map(), join() methods and more.

Codewars 8 kyu Find the Position! JavaScript

Codewars 8 kyu Find the Position! JavaScript

gettin wild with template literals, the charCodeAt() method, and the UTF-16 chart.

Codewars 8 kyu Object Oriented Piracy Javascript

Codewars 8 kyu Object Oriented Piracy Javascript

this one uses the object prototype mechanism kata link: https://www.

Codewars 8 kyu Polish Letters JavaScript

Codewars 8 kyu Polish Letters JavaScript

using the replace() method and the indexOf() method for change.

Codewars 8 kyu Training JS #21: Methods of String Object--trim() and the String Template JavaScript

Codewars 8 kyu Training JS #21: Methods of String Object--trim() and the String Template JavaScript

this one has a lot going on Array() constructor info: ...

Codewars 8 kyu isReallyNaN JavaScript

Codewars 8 kyu isReallyNaN JavaScript

an example of using the Number.isNaN() method Number.isNaN() info: ...

Codewars 8 kyu Compare within Margin JavaScript

Codewars 8 kyu Compare within Margin JavaScript

this is how to use the Math.abs() and the Math.sign() functions.

Codewars 8 kyu Duck Duck Goose JavaScript

Codewars 8 kyu Duck Duck Goose JavaScript

accessing an array using a remainder operator and knowledge of classes classes info: ...

Codewars 8 kyu Name Shuffler JavaScript

Codewars 8 kyu Name Shuffler JavaScript

a nice split(), reverse(), join()

Codewars 8 kyu Is It a Palindrome? Javascript

Codewars 8 kyu Is It a Palindrome? Javascript

this one uses the toLowerCase() method, a for loop, and more kata link: ...

Codewars 8 kyu Classy Classes JavaScript

Codewars 8 kyu Classy Classes JavaScript

a bit about classes and template literals classes info: https://developer.mozilla.org/en-US/docs/Web/

Codewars 8 kyu Logical Calculator JavaScript

Codewars 8 kyu Logical Calculator JavaScript

a funky example of using the reduce() method.

Codewars 8 kyu Sort and Star JavaScript

Codewars 8 kyu Sort and Star JavaScript

another way to use sort()

Codewars 8 kyu Grader JavaScript

Codewars 8 kyu Grader JavaScript

using the ternary operator for different grades ternary operator info: ...

Codewars 8 kyu Is It a Number? JavaScript

Codewars 8 kyu Is It a Number? JavaScript

a little