We use the = sign to store the result of an expression in a variable.

Store the result of "fire" + "fly" in the variable result.

Let's see what happens when we display the value of result.

Make sure you assemble var result = "fire" + "fly".