Now let's create a variable to track the state the traveler is located in.

Create a state variable and give it the string value "Florida".

Make sure to assemble var state = "Florida";.