Media Summary: this one uses the Array.from(), join(), and split() methods kata link: ... this one uses the right shift operator, recursion, and the ternary operator kata link: ... this one uses a lot of techniques bitwise OR ( ) info: ...
Codewars 7 Kyu Count The Digit Javascript - Detailed Analysis & Overview
this one uses the Array.from(), join(), and split() methods kata link: ... this one uses the right shift operator, recursion, and the ternary operator kata link: ... this one uses a lot of techniques bitwise OR ( ) info: ... this one uses the String() constructor, a conditional operator, and template literals kata link: ... this one uses the map() and join() methods map() info: ... this one uses double for loops, the replace() method, and more kata link: ...
this one uses the for...of statement and destructuring assignment syntax kata link: ... this one uses the String() constructor, spread syntax (...), and more kata link: ... this one uses toLowerCase(), split(), and more toLowerCase() info: ... checking for primes with Math.sqrt() Math.sqrt() info: ... this one uses the Set() and String() constructors, and more kata link: ... this one uses the push(), slice(), and filter() methods push() info: ...
this one uses the sort() method and the conditional (ternary) operator kata link: ... this one uses the String() constructor, the split() method, and more String() info: ... this one uses spread syntax (...), the Set() object, and more Set() info: ...