I'm still pretty new into JS but I'm having a hard time with this problem. I'm sure the answer is somewhat simple but i can't figure out what to put into the function expression after i've made my array of scores? Do i need to do a for loop? Thanks
array = [20,30,40,50,60,70,80,92,93,95,98,100]
 function testScores(array){
 }
 
     
     
    