//Function displayList is complete //Function displayList returns a string (a list of) of all test scores //stored in the parameter array named scores function displayList(scores: number[]): string { let s = "" for(let loc=0; loc