Add the display statement between curly braces to create the if statement's code block.
Make sure to pick { followed by console.log and then "Ticket booked!", }.
{
console.log
"Ticket booked!"
}