Let’s take a simple array
["Saab", "Volvo", "BMW"]
We put it into a repeat element client side, and display the values. So we get:
Saab
Volvo
BMW
How can I randomise this to make it different each time the browser refreshes?
So it becomes for example
BMW
Saab
Volvo
Community Page
Last updated:
Last updated: