easyJS ES6+#102

Letras por números (alphabet index)

Prompt

Replace each letter of a string with its position in the alphabet (A=1, B=2...). Ignore spaces and non-letters. Strip accents before converting.

Hints

Solution

Your Code

5 min

Tests

Click Run to test your code