Media Summary: another example of .split(), .map(), and .join() this one uses the replace() and String.fromCharCode() methods, and the parseInt() function kata link: ... in this one, we use the parseInt() function.
Codewars Javascript Fake Binary - Detailed Analysis & Overview
another example of .split(), .map(), and .join() this one uses the replace() and String.fromCharCode() methods, and the parseInt() function kata link: ... in this one, we use the parseInt() function. this one uses parseInt(), toString(), and more kata link: using the reduce() and toString() methods with the typeof operator reduce() info: ... this one uses the Array() constructor, the fill() method, and more Harvard CS50 info: ...
this one uses the conditional (ternary) operator kata link: this one uses the bitwise AND (&) operator, Array.from() and more bitwise AND (&) operator info: ... Simple problem, but had a little issue with coming up with the correct way to convert a string back to a number. this one uses the toString() method kata link: this one uses spread syntax (...) and the filter() method kata link: ...