Media Summary: this one uses the Array.from() method, the Array() constructor, and more kata link: ... updated version: a handy Array.from() and map() video. this one uses a for loop, an if...else statement, and more kata link: ...
Codewars Javascript Lario And Muigi - Detailed Analysis & Overview
this one uses the Array.from() method, the Array() constructor, and more kata link: ... updated version: a handy Array.from() and map() video. this one uses a for loop, an if...else statement, and more kata link: ... this one uses spread syntax (...) and the filter() method kata link: ... this one explores throw statements throw statement info: ... this one uses toLowerCase(), split(), and more toLowerCase() info: ...
a great example of how to use array.prototype.includes() Implement the function unique_in_order which takes as argument a sequence and returns a list of items without any elements with ... this one uses an if statement and the conditional (ternary) operator kata link: ...