Media Summary: this one uses the replace() method, regex, and more kata link: ... Simple problem, but had a little issue with coming up with the correct way to convert a string back to a number. this one uses the split() and map() methods, and more kata link: ...
Codewars 7 Kyu Array Prototype Reverse Javascript - Detailed Analysis & Overview
this one uses the replace() method, regex, and more kata link: ... Simple problem, but had a little issue with coming up with the correct way to convert a string back to a number. this one uses the split() and map() methods, and more kata link: ... this one uses the concat() method, spread syntax (...), and more concat() info: ... this one uses the trim() method trim() info: ... this one uses the String() constructor, spread syntax (...), and more kata link: ...
this one uses the split() and map() methods, and more utf-16 chart: ... this one uses the every() and the some() methods every() info: ... this one uses the map() and sort() methods kata link: this one uses the split(), sort(), and charCodeAt() methods split() info: ... this one uses a for...in statement, a double for loop, and more kata link: ... this one uses the methods toUpperCase(), trim(), and more toUpperCase() info: ...
this one uses the sort() method kata link: finding the least larger with the filter() method, Math.min() and more filter() info: ...