Media Summary: this one uses the replace() method and regex replace() info: ... this one uses the Array.from(), join(), and split() methods kata link: ... this one uses the sort() method and the conditional (ternary) operator kata link: ...
Codewars 7 Kyu Complementary Dna - Detailed Analysis & Overview
this one uses the replace() method and regex replace() info: ... this one uses the Array.from(), join(), and split() methods kata link: ... this one uses the sort() method and the conditional (ternary) operator kata link: ... this one uses the push() method, the map() method, and more push() info: ... this one uses the UTF-16 code chart, the reduce() method, and more kata link: ... this one uses a for loop and the charCodeAt() method kata link: ...
this one uses the replace() method. regex techniques, and the ternary operator replace() info: ... this one uses toLowerCase(), split(), and more toLowerCase() info: ... this one uses the indexOf() and slice() methods kata link: this one uses the sort() method, the Set() constructor, and more kata link: ... this one uses the Array.from() and join() methods kata link: ... this one uses the Math.min() function and the methods toString() and slice() kata link: ...
this one has us accessing an array with a remainder operator expression kata link: ... this one uses the slice() method slice() info: ... this one uses for loops and the sort() method kata link: this one uses the methods toUpperCase(), trim(), and more toUpperCase() info: ... this one uses the for...of statement and destructuring assignment syntax kata link: ...