Search
Define the function authenticate to display "Login Successful" if the arguments email and password of the login function are equal to the email and password properties of user. Otherwise, return "Invalid Credentials".
authenticate
email
password
login
user
For example: