Open PatrickFrankAIU opened 3 months 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.
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.