Declaration requires a variable name and type separated by a colon (:). The type is needed as we aren't giving it a value yet.

Can you finish declaring this string.

Excellent work. We don't use the assignment operator (=) as we aren't giving the variable a value yet.

Nearly! We need to use the variable name first followed by the type.