Today I’ve been working on a project where I needed to convert numbers to letters.
I’ve made a nice utility class for this simple task.
Not sure if it’s the best way but it works perfectly fine.
Basically I have an array where the items need to be in alphabetical order instead of numbering them with 1,2,3,4,etc.