Head's Up: JavaScript is either turned off or not working properly in your browser. Some parts of this page may not work properly.
const letters = [...Array(26)].map((_, i) => String.fromCharCode('A'.charCodeAt(0) + i));
this produces an array of upper case letters