const getRandomArray = array=>array.sort(()=>Math.random()>0.5?-1:1).slice(~~(Math.random()*array.length));