var a = []; for(var i = 1; i < 10; i++){ a.push(i); } a.sort(function(){return 0.5 - Math.random()}); a.length = 3; console.log(a)