This will order a list of words alphabetically "on the fly"
Notes & Credits
Used the built in operation of < and > to evaluate words, instead of just numbers, which seems to be the "simplest" way to sort.
(Note, this project will order numbers, too!)