Instructions
  1. In your JavaScript file, use jQuery to create a submit event for your log-in form.
  2. In the submit function, do the following:
    • Log-in your user
    • When successful, alert their username
  3. Assign a click event to the log-out button that logs out the current user. When successful, alert Parse.User.current().

Sign in