Time to evaluate the student's test score.

Compare if score is greater than or equal to 50 and assign the result of the expression, a boolean value, to pass.

Make sure to assemble var pass = score >= 50; in your code.