i have 2 arrays with both database rows in them, but i want to loop through both of them randomly
let's say these are my arrays :
var fruit = [ "apple", "banana", "strawberry", "coconut"];
var cars = [ "mercedes", "bmw", "audi", "ferrari"];
then my output should be :
apple banana mercedes strawberry bmw audi coconut ferrari