Media Summary: Training JS 3: Basic data types--String ✅ this one just sets variables in order kata link: reworked version: this one does various math operations.
8kyu Training Js 3 Basic Data Types String Codewars Javascript - Detailed Analysis & Overview
Training JS 3: Basic data types--String ✅ this one just sets variables in order kata link: reworked version: this one does various math operations. example of the Math.cbrt() function Math.cbrt() info: ... this one uses the filter() and toFixed() method along with the unary plus (+) filter() info: ... this one uses the map() and slice() methods, the Math.Min() function, and more map() info: ...
this one is a template literal with a lengthy conditional statement template literals info: ... this one uses a variable and console.log() kata link: using the split(), map(), and join() methods split() info: ... this one uses addition and multiplication kata link: this one uses template literals with various methods template literals info: ... this one uses the Number() constructor, the unary plus (+) operator, and more kata link: ...
this one uses the match() method and regex match() info: ...