Using js, I'd like to create a paragraph made up of a randomly ordered list of items (in paragraph form) for a simple website.
So the input would be:
apples
concrete
a finite amount of happiness
North Carolina
and the resulting randomized paragraph would look like:
concrete, North Carolina, a finite amount of happiness, apples.