Array in Js I need the answer

hello, I cant understand this question?
par and strokes will always be numeric and positive. We have added an array of all the names for your convenience.


function golfScore(par, strokes) {
  // Only change code below this line
   

  return "Change Me";
  // Only change code above this line
}

golfScore(5, 4);

Where are you stuck? We won’t just write the answer for you. That doesn’t help you. But we will help you get to the answer yourself

ok I will tray again

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.