I am very new to coding and am trying to make a bingo board that shuffles when you click a button in HTML/CSS/Javascript. Currently, I have a CSS grid that places text div grid items in a 5x5 sequential order. Is there a way to shuffle the div element order?
Ex:
<div class="grid-item"> 1 </div>
<div class="grid-item"> 2 </div>
<div class="grid-item"> 3 </div>
<div class="grid-item"> 4 </div>
<div class="grid-item"> 5 </div>