I want to randomly shuffle these two arrays in the same function
var array1 = [1,2,3,4,5];
var array2 = [6,7,8,9,10];
So that it returns each array randomly shuffled such as
4,2,3,5,1
7,9,6,8,10
Also on return I want a line break between the two, please help?
' + arrat2.join(',')`. There you go. Both of these are easily findable on this site with a little googling... – somethinghere Apr 07 '17 at 15:10