Build a Sorting Visualizer - Build a Sorting Visualizer

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

Hey there,

Please update the message to include your code. The code was too long to be automatically inserted by the help button.

When you enter a code, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').