Category "alphabetical"

JS Find the missing letter (alphabet - array)

Write a function that takes an array of consecutive (increasing) letters as input and that returns the missing letter in the array. It will be always exactly o

Convert number to alphabet letter

I want to convert a number to its corresponding alphabet letter. For example: 1 = A 2 = B 3 = C Can this be done in javascript without manually creating the