About Missing letters challenge

Hi.
There is a kind of answer without CharCodeAt?
(My english is intermediary, sorry);

Are you working on a challenge?

Can you paste your full code and link to the challenge?

link of challenge: https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/missing-letters

It is a doubt, i just want to know if has other kind of answer without charCodeAt. In the hints, only has answers with charCodeAt.

Yeah you can create array and check if current position is equal.

1 Like