Home > Net >  how to shuffle an array except for the item in the middle?
how to shuffle an array except for the item in the middle?

Time:10-07

I´m creating a Bingo board and I need that the one in the middle always stays the same even when shuffleing this array:

 const bbb = [
  "           
  • Related