Codewars 7 Kyu Greatest Common Divisor Javascript - Detailed Analysis
this one uses the Math.min() static method, a "secret" algorithm, and the conditional (ternary) operator kata link: ... this one uses the push(), slice(), and filter() methods push() info: ... this one uses destructuring assignment syntax, Math.min(), and more destructuring assignment syntax info: ... this one uses the sort() method, the Set() constructor, and more kata link: ... this one uses the typeof operator, the Number() constructor, and more typeof info: ... this one uses the Set() constructor, the sort() method, and more spread syntax (.
this one uses the Math.min() function and the methods toString() and slice() kata link: ... this one uses a for loop and the reduce() method kata link: ... this one uses recursion and the ternary operator kata link: ... this one uses the split() method, the Math.max() function, and more kata link: split() info: ... this one uses recursion, the Math.log() function, and more recursion info: ... this one uses the indexOf() and slice() methods kata link:
this one uses the replace() method. regex techniques, and the ternary operator replace() info: ... this one uses nested functions, recursion, and the euclidean algorithm nested functions info: ... this one uses the toFixed() method and the Number() constructor kata link: ... this one uses a double for loop and the map() and indexOf() methods kata link: ... this one uses the Set() object, spread syntax, and more Set() info: ... this one uses a for loop and the filter() method kata link:
this one uses for loops, if statements, and more kata link:
Photo Gallery


















