Codewars 7 Kyu Array Prototype Reverse Javascript - Detailed Analysis
this one uses the split() and map() methods, and more kata link: ... this one uses a for...in statement, a double for loop, and more kata link: ... this one uses the push(), slice(), and filter() methods push() info: ... this one uses the String() constructor, spread syntax (...), 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 map() and sort() methods 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 every() and the some() methods every() info: ... this one uses the reduce() and slice() methods kata link: this one uses the replace() method. regex techniques, and the ternary operator replace() info: ... this one uses the split(), sort(), and charCodeAt() methods split() info: ...
this one uses recursion and the ternary operator kata link: ... this one uses the split() and map() methods, and more utf-16 chart: ... this one is another math trick kata kata link:
Photo Gallery



















