Media Summary: this one uses the split() and reduce() methods with concise syntax. this one has a lot going on Array() constructor info: ... Pirate theme with some Object.values() and .includes() mixed in kata link: ...
Codewars 8 Kyu Training Js - Detailed Analysis & Overview
this one uses the split() and reduce() methods with concise syntax. this one has a lot going on Array() constructor info: ... Pirate theme with some Object.values() and .includes() mixed in kata link: ... this one uses the conditional (ternary) operator kata link: this one uses the for...in statement kata link: using the split(), map(), and join() methods split() info: ...
this one uses the filter() and toFixed() method along with the unary plus (+) filter() info: ... a sneaky example of regex, template literals, and .test() example of the Math.cbrt() function Math.cbrt() info: ... this one uses the map() and slice() methods, the Math.Min() function, and more map() info: ... we use the indexOf() and lastIndexOf() methods in this one indexOf() info: ... this one is a template literal with a lengthy conditional statement template literals info: ...
a bit about classes and template literals classes info: