SyntaxError: unknown: Unexpected token (45:71)
43 | return “Class average: ” + getAverage(totalScores) + “. Your grade: ” + getGrade(studentScore) + “. “+ passFail;
44 | }
45 | console.log(studentMsg([92, 88, 12, 77, 57, 100, 67, 38, 97, 89], 37));
| ^
screen image
an answer to my error
New contributor
kiyingi brian is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1