Next, we'll need a variable to store the state the traveler is located in.

Create a variable named state and set its value to "Florida".

Neat job!

Make sure to assemble var state = "Florida"; to set the state variable to "Florida".