Media Summary: this one uses the ternary operator kata link: updated version: this one uses recursion to get the exponent recursion info: ... updated version: here we're gonna use .split(), .reduce(), and .charCodeAt()

Archived Codewars 8 Kyu The If Function Javascript - Detailed Analysis & Overview

this one uses the ternary operator kata link: updated version: this one uses recursion to get the exponent recursion info: ... updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() updated version: a quick review of the ternary operator ternary operator info: ... updated version: gonna use some .filter and some .includes kata link: ... updated version: get an average via reduce()

updated version: I'm taking care of the Powers of 2 kata kata link: ... updated version: here's how you tell the difference between some cubes' volumes kata link: ... updated version: 100+ in and we are now doing the "Hello World" video. updated version: just a little bug to fix. updated version: Let's get it kata link: ... updated version: sometimes Math.floor() is all we need.

updated version: String() and Number() constructors, .map(), .reverse(), and .split(); it's a wild ride. updated version: finding the slope with the help of the String() constructor String() constructor info: ... updated version: finishing the loop and then making a one-liner using the Array.from() method ...

Photo Gallery

(Archived) Codewars 8 kyu The 'If' Function JavaScript
Codewars 8 kyu The 'If' Function Javascript
(Archived) Codewars 8 kyu Power Javascript
(Archived) Codewars 8 kyu ASCII Total JavaScript
Codewars 8 kyu Grasshopper - If/Else Syntax JavaScript
(Archived) Codewars 8 kyu Training JS #7: If..Else and Ternary Operator JavaScript
Codewars 8 kyu Will There Be Enough Space? JavaScript
(Archived) Codewars 8 kyu Filter out the Geese  JavaScript
(Archived) Codewars 8 kyu How Good Are You Really? JavaScript
(Archived) Codewars 8 kyu Powers of 2 JavaScript
(Archived) Codewars 8 kyu Difference of Volumes of Cuboids  JavaScript
(Archived) Codewars 8 kyu Function 1 - Hello World JavaScript
View Detailed Profile
(Archived) Codewars 8 kyu The 'If' Function JavaScript

(Archived) Codewars 8 kyu The 'If' Function JavaScript

updated version: https://youtu.be/GV54qNeeOz4 very simple.

Codewars 8 kyu The 'If' Function Javascript

Codewars 8 kyu The 'If' Function Javascript

this one uses the ternary operator kata link: https://www.

(Archived) Codewars 8 kyu Power Javascript

(Archived) Codewars 8 kyu Power Javascript

updated version: https://youtu.be/sEVO0-GYPRg this one uses recursion to get the exponent recursion info: ...

(Archived) Codewars 8 kyu ASCII Total JavaScript

(Archived) Codewars 8 kyu ASCII Total JavaScript

updated version: https://youtu.be/0joQdoJsa04 here we're gonna use .split(), .reduce(), and .charCodeAt()

Codewars 8 kyu Grasshopper - If/Else Syntax JavaScript

Codewars 8 kyu Grasshopper - If/Else Syntax JavaScript

another deceptively simple one.

(Archived) Codewars 8 kyu Training JS #7: If..Else and Ternary Operator JavaScript

(Archived) Codewars 8 kyu Training JS #7: If..Else and Ternary Operator JavaScript

updated version: https://youtu.be/HiwCfbdydYo a quick review of the ternary operator ternary operator info: ...

Codewars 8 kyu Will There Be Enough Space? JavaScript

Codewars 8 kyu Will There Be Enough Space? JavaScript

a slick little Math.max() example.

(Archived) Codewars 8 kyu Filter out the Geese  JavaScript

(Archived) Codewars 8 kyu Filter out the Geese JavaScript

updated version: https://youtu.be/K6imzME1tF8 gonna use some .filter and some .includes kata link: ...

(Archived) Codewars 8 kyu How Good Are You Really? JavaScript

(Archived) Codewars 8 kyu How Good Are You Really? JavaScript

updated version: https://youtu.be/NA-DYV76Pxk get an average via reduce()

(Archived) Codewars 8 kyu Powers of 2 JavaScript

(Archived) Codewars 8 kyu Powers of 2 JavaScript

updated version: https://youtu.be/0WwzPrz_zX4 I'm taking care of the Powers of 2 kata kata link: ...

(Archived) Codewars 8 kyu Difference of Volumes of Cuboids  JavaScript

(Archived) Codewars 8 kyu Difference of Volumes of Cuboids JavaScript

updated version: https://youtu.be/IGQ2no58JRI here's how you tell the difference between some cubes' volumes kata link: ...

(Archived) Codewars 8 kyu Function 1 - Hello World JavaScript

(Archived) Codewars 8 kyu Function 1 - Hello World JavaScript

updated version: https://youtu.be/ZGIM-cyBfJk 100+ in and we are now doing the "Hello World" video.

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

(Archived) Codewars 8 kyu Semi-Optional JavaScript

(Archived) Codewars 8 kyu Semi-Optional JavaScript

updated version: https://youtu.be/AJ3skncxTB4 Let's get it kata link: ...

(Archived) Codewars 8 kyu Keep Hydrated! JavaScript

(Archived) Codewars 8 kyu Keep Hydrated! JavaScript

updated version: https://youtu.be/CuIOI7WbgY4 sometimes Math.floor() is all we need.

(Archived) Codewars 8 kyu Convert Number to Reversed Array of Digits JavaScript

(Archived) Codewars 8 kyu Convert Number to Reversed Array of Digits JavaScript

updated version: https://youtu.be/qzw3rMVVQdM String() and Number() constructors, .map(), .reverse(), and .split(); it's a wild ride.

(Archived) Codewars 8 kyu Find the Slope JavaScript

(Archived) Codewars 8 kyu Find the Slope JavaScript

updated version: https://youtu.be/0bQ5a_g-xy4 finding the slope with the help of the String() constructor String() constructor info: ...

(Archived) Codewars 8 kyu Unfinished Loop - Bug Fixing #1 JavaScript

(Archived) Codewars 8 kyu Unfinished Loop - Bug Fixing #1 JavaScript

updated version: https://youtu.be/jYNfMIEAk0U finishing the loop and then making a one-liner using the Array.from() method ...

(Archived) Codewars 8 kyu Object Oriented Piracy JavaScript

(Archived) Codewars 8 kyu Object Oriented Piracy JavaScript

updated version: https://youtu.be/umCcDAcYCBU creating a method.