We can display the result of an expression like a normal value. That's how we can take a peek at the result.

Display the result by putting the expression into the parentheses of console.log().

Displaying an expression gives us its result.

Make sure you pick the expression, "straw" + "berry".