Media Summary: this one uses the sort() method, spread syntax(...), and more kata link: ... this one uses a for loop and the charCodeAt() method kata link: ... this one uses the toLowerCase() method, the Set() constructor and the .size accessor property kata link: ...
Codewars 7 Kyu Anagram Detection Javascript - Detailed Analysis & Overview
this one uses the sort() method, spread syntax(...), and more kata link: ... this one uses a for loop and the charCodeAt() method kata link: ... this one uses the toLowerCase() method, the Set() constructor and the .size accessor property kata link: ... this one uses the split() method to count the digit split() info: ... this one uses the String() constructor, spread syntax (...), and more kata link: ... this one uses the push() and map() methods along with template literals push() info: ...
this one uses for loops and the sort() method kata link: this one uses the push() method, the map() method, and more push() info: ... this one uses the concat() method, spread syntax (...), and more concat() info: ... this one uses the map() method and template literals kata link: ... this one uses the UTF-16 code chart, the reduce() method, and more kata link: ... this one uses the Set() and String() constructors, and more kata link: ...
this one uses the Set() constructor and the size accessor property Set() info: ... this one uses toLowerCase(), split(), and more toLowerCase() info: ... this one uses Math.abs() and indexOf() Math.abs() info: ... this one uses the split(), and map() methods, and more kata link: ... this one uses the reverse() method reverse() info: ... this one uses the for...of statement and destructuring assignment syntax kata link: ...