gomij

gomij

  • 854
  • 836
  • 882

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

Mar 1 2024 12:21 PM

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)