I am trying to take a set of words for example...
Apple
Banana
The
Orange
House
Boat
Lake
Car
And
I want to be able to output 50 of these words at random to a div using javascript. Is this possible and if so should I be looking at putting them into an array or something similar?