
I am working on a page to gather all the names of the people, put them into a list, then shuffle the names and spit them back out.
So far I've gotten it to accept the name entry into the array, and can figure out how to display one name. The problem is how do I get javascript to remove the entry from the array before selecting another name at random?