Media Summary: updated version: it's been a few days since the last Math.ceil() vid...i think. this one uses the Math.ceil() method kata link: updated version: this one uses recursion to get the exponent recursion info: ...
Archived Codewars 8 Kyu Century From Year Javascript - Detailed Analysis & Overview
updated version: it's been a few days since the last Math.ceil() vid...i think. this one uses the Math.ceil() method kata link: updated version: this one uses recursion to get the exponent recursion info: ... reworked version: a little logic using Math.ceil() updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() updated version: this one shows the .filter(Boolean) move.
updated version: a quick review of ternary operations and the remainder operator. another example of using Array.from() to count by x. updated version: sometimes Math.floor() is all we need. updated version: 100+ in and we are now doing the "Hello World" video. very simple example of ternary operators. reworked version: using the Array() constructor, fill(), and reduce()instead of n*(n+1)/2.
this one uses an if statement and the conditional (ternary) operator kata link: ... updated version: here we use class extensions and methods classes info: ...