Tell us what’s happening:
Hey guys,
I did all the possible research. The console only suggests what is already in the code. What am I missing?
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* file: script.js */
// User Editable Region
const sortInputArray = (event) => {
event.preventDefault();
const inputValues = [...document.getElementsByClassName()];
}
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:132.0) Gecko/20100101 Firefox/132.0
Challenge Information:
Learn Basic Algorithmic Thinking by Building a Number Sorter - Step 6