1. let arr = [1,2,3,4,5,6,7,8,9]
    2. arr.sort((a, b) => {
    3. return 0.5 - Math.random();
    4. });