show randomise number in array js code example
Example 1: shuffle an array of numbers in javascript
let numbers = [5, 458 , 120 , -215 , 228 , 400 , 122205, -85411];
numbers = numbers.sort(function(){ return Math.random() - 0.5});
/* the array numbers will be equal for example to [120, 5, 228, -215, 400, 458, -85411, 122205] */
Example 2: how to randomise array javascript
- @bookingcom/ext-promotions-pricing-hub-list@2.27.0