Media Summary: reworked version: this one is all about . updated version: doubling up on ternary operators. updated version: First Vid of the Day kata link: ...
Archived Codewars 8 Kyu Find - Detailed Analysis & Overview
reworked version: this one is all about . updated version: doubling up on ternary operators. updated version: First Vid of the Day kata link: ... reworked version: this one's got Array.from(), map(), and parseInt() updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() updated version: a little bit about class prototype attributes class info: ...
reworked version: using the Array() constructor, fill(), and reduce()instead of n*(n+1)/2. updated version: this one uses Math.sqrt(), Math.round(), and Math.pow() updated version: A little max, a little min kata link: ... updated version: this one uses template literals template literals info: ... reworked version: a little logic using Math.ceil() updated version: just a little bug to fix.
updated version: a simple ternary operation.