Tell us what’s happening:
I don’t understand why step 19 keeps failing even though I have the same output. If anyone has an idea, that would be great.
const generateBtn=document.getElementById('generate-btn')
const startingArray=document.getElementById('starting-array')
const sortBtn=document.getElementById('sort-btn')
const arrayContainer=document.getElementById('array-container')
const generateElement=()=>{
const min=1
const max=100
return Math.flo
### Your code so far
```html
<!-- file: index.html -->
/* file: styles.css */
/* file: script.js */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36
Challenge Information:
Build a Sorting Visualizer - Build a Sorting Visualizer

