PatrickFrankAIU / ITWEB220-2404A

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

Exercise: Sort an Array of Numbers #25

Open PatrickFrankAIU opened 3 weeks ago

PatrickFrankAIU commented 3 weeks ago

Complete the exercise below, sorting the array and displaying the results.

let names = ["James", "Janice", "Andrew", "Andrea", "Zachary"];

Stretch goal: Display the results using a loop and concatenation so the user will understand what they're seeing.