A little on charAt(), charCodeAt(), fromCharCode(), and at()
charAt
The charAt() String object takes an optional index parameter and will return the character located at that position.
The index parameter must be an integer between 0 and whatever string.length - 1 is. You can also count backwards and get the ...
raissa.hashnode.dev6 min read