Media Summary: here we use the push() method and spread syntax (...) push() info: ... this one uses the String() constructor, destructuring using the typeof operator and includes() method typeof info: ...
Codewars 8 Kyu Basic Variable Assignment Javascript - Detailed Analysis & Overview
here we use the push() method and spread syntax (...) push() info: ... this one uses the String() constructor, destructuring using the typeof operator and includes() method typeof info: ... this one uses the Math.abs() function kata link: a great example of how to use array.prototype.includes() this one uses a for loop and the Array.from() method kata link: ...
this one is a template literal with a lengthy conditional statement template literals info: ... this one has the Array() constructor as well as .fill() and .map() another example of how we use the test() method. in this one, we use the parseInt() function. updated version: this one uses recursion to get the exponent recursion info: ... this how you find out what the whole array equals kata link: