Media Summary: Training JS 3: Basic data types--String ✅ this one just sets variables in order kata link: this one uses the map() and slice() methods, the Math.Min() function, and more map() info: ...
Codewars 8 Kyu Training Js 3 Basic Data Types String Javascript - Detailed Analysis & Overview
Training JS 3: Basic data types--String ✅ this one just sets variables in order kata link: this one uses the map() and slice() methods, the Math.Min() function, and more map() info: ... this one uses the filter() and toFixed() method along with the unary plus (+) filter() info: ... reworked version: this one does various math operations. a great example of how to use array.prototype.includes()
a very unique (to these vids) way to take care of business with padStart() this one uses an if statement and the conditional (ternary) operator kata link: ... this one uses the Number() constructor and the using the split(), map(), and join() methods split() info: ... this one uses the split() and reduce() methods with concise syntax. this one uses addition and multiplication kata link:
example of the Math.cbrt() function Math.cbrt() info: ...