[solved] – Question 84990
Using JavaScript, Write a function called “sortNamesBySurnameAsc” that will receive an array of names by surname then first name and sort by ascending alphabetical order of Surnames
Expert Answer
OR
Using JavaScript, Write a function called “sortNamesBySurnameAsc” that will receive an array of names by surname then first name and sort by ascending alphabetical order of Surnames
OR