PatrickFrankAIU / ITWEB220-2404A

Learning resources for students in ITWEB 220, term 2404A.
0 stars 0 forks source link

Exercise: Sort an Array of Numbers #26

Open PatrickFrankAIU opened 3 weeks ago

PatrickFrankAIU commented 3 weeks 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.