Assign the value "Ticket booked: true" to the variable message, by joining a string and a boolean.
"Ticket booked: true"
message
Make sure to pick " followed by Ticket booked: and then ", isBooked.
"
Ticket booked:
isBooked