til

today i learned

View on GitHub

The English Alphabet as a String

Array.from({ length: 26 }, (x, i) => (i + 10).toString(36)).join(", ");