Media Summary: this one uses the String() constructor, a conditional operator, and template literals 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 Perfect Number Verifier Javascript - Detailed Analysis & Overview
this one uses the String() constructor, a conditional operator, and template literals 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 spread syntax (...) and the Math.max() function kata link: ... this one uses the push() method, the map() method, and more push() info: ... this one uses the sort() method, the Set() constructor, and more kata link: ...
this one uses the filter() and reduce() methods kata link: this one uses the String() constructor, spread syntax(...), and more kata link: ... this one uses for loops, if statements, and more kata link: this one uses the Math.sqrt() function kata link: this one uses the split() method to count the digit split() info: ... this one is about the test() method, regex, and more utf-16 list: test() info: ...
checking for primes with Math.sqrt() Math.sqrt() info: ... this one uses the Array.from() method and the ternary operator kata link: ... this one uses the for...of statement and destructuring assignment syntax kata link: ... this one uses the sort() method and the conditional (ternary) operator kata link: ... this one uses the Set() and String() constructors, and more kata link: ... this one uses the Math.round() function Math.round() info: ...