It's time to display the user.

Add a console.log() statement that displays user. Remember to end with a semicolon (;).

Perfect! Time for a big picture check.

We want to display all properties of user. Make sure to type in console.log(user);.