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.