1
Answer

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

gomij

gomij

Mar 01
303
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)