For my computer programming course in my highschool, I need to make a program for the end of term. Currently I am thinking of doing a Black Ops 2 load-out generator, and for that I need to generate random words in Javascript. I want to be able to generate a word, from a list of words. So if my list of words was this:
Horse,
Pig,
Dog,
Cat,
Parrot,
Iguana,
Then I would like to be able to generate one of those randomly, and then display it in a text box.