function shuffleArray(array) { return array.slice(2) +','+ array.slice(0,3); } console.log('Real Array '+[1,2,3,4,5,6]) console.log(shuffleArray([1,2,3,4,5,6]));
To embed this program on your website, copy the following code and paste it into your website's HTML: