Media Summary: this one uses the replace() method and recursion kata link: ... this one is pretty straight forward kata link: finding triangular numbers triangular numbers info:
Codewars 7 Kyu Coloured Triangles Javascript - Detailed Analysis & Overview
this one uses the replace() method and recursion kata link: ... this one is pretty straight forward kata link: finding triangular numbers triangular numbers info: this one uses destructuring assignment syntax and the map() method destructuring assignment syntax info: ... this one uses the conditional (ternary) operator and the Number.parseInt() method kata link: ... this one uses Math.abs() and indexOf() Math.abs() info: ...
this one uses the sort() method, the Set() constructor, and more kata link: ... this one uses the indexOf() and slice() methods kata link: this one uses the concat() method, spread syntax (...), and more concat() info: ... this one uses the filter() and reduce() methods kata link: this one uses for loops, if statements, and more kata link: this one uses the Array.from(), join(), and split() methods kata link: ...
this one uses the String() constructor, a conditional operator, and template literals kata link: ... this one uses the push(), slice(), and filter() methods push() info: ... this one uses the for...of statement and destructuring assignment syntax kata link: ... this one uses double for loops, the replace() method, and more kata link: ... this one uses the replace() method and regex replace() info: ... this one uses the replace() method. regex techniques, and the ternary operator replace() info: ...
this one uses a for loop and the reduce() method kata link: ... this one uses a for loop and the toUpperCase() method, and more kata link: ...