Student Grades Lookup
Given an object of students and their grades, write a function that takes a student's name and returns 'Pass' if the grade is above 60, otherwise 'Fail'. Use dynamic property access with the student's name variable.
Premium
JavaScript
Console