Create a variable of type string.
Make sure to pick var month followed by = and then "June", ;.
var month
=
"June"
;