Media Summary: an example of how to use the charCodeAt() method. this one uses the a for loop, the charCodeAt() method, and more kata link: ... updated version: here we're gonna use .split(), .reduce(), and .charCodeAt()
Codewars 8 Kyu Get Character From Ascii Value Javascript - Detailed Analysis & Overview
an example of how to use the charCodeAt() method. this one uses the a for loop, the charCodeAt() method, and more kata link: ... updated version: here we're gonna use .split(), .reduce(), and .charCodeAt() Code along with me as we solve 'Return Two Highest this one uses a for loop, an if...else statement, and more kata link: ... another example of how we use the test() method.
Code along with me as we solve 'Hello World!', a Level this one uses the Number() constructor, the unary plus (+) operator, and more kata link: ... this one uses the replace() and String.fromCharCode() methods, and the parseInt() function kata link: ... Code along with me as we solve 'Keep up the hoop', a Level this one uses the ternary operator kata link: another .split() video; seems like .split() is a pretty common method.
Code along with me as we solve 'Returning Strings', a Level