1
Answer

Write a JavaScript function that takes in a candidate's score on a cod

Photo of gomij

gomij

1y
384
1

Write a JavaScript function that takes in a candidate's score on a coding test and returns "Passed" if the score is above 70, and "Failed" if the score is 70 or below.

Answers (1)