Open PatrickFrankAIU opened 3 months ago
Complete the exercise below, sorting the array and displaying the results.
let numbers = [23, 5, 89, 16, 7];
Stretch goal: Display the results using a loop and concatenation so the user will understand what they're seeing.
Complete the exercise below, sorting the array and displaying the results.
let numbers = [23, 5, 89, 16, 7];
Stretch goal: Display the results using a loop and concatenation so the user will understand what they're seeing.