Ad
  • Custom User Avatar

    Make sure you're returning the value instead of printing it to the console using console.log. Returning the value actually modifies the variable and therefore allows it to be checked for equality. Undefined is the default value when nothing is returned.