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);