Untitled
<h3>Scores:</h3> <script> var numArray = [5, 10, 85] numArray.sort((a, b) => { return b - a }) console.log(numArray) // Highscore sorting demo </script> <!-- Add script that loads all the highscores -->
<h3>Scores:</h3> <script> var numArray = [5, 10, 85] numArray.sort((a, b) => { return b - a }) console.log(numArray) // Highscore sorting demo </script> <!-- Add script that loads all the highscores -->