We can also store the result of adding a variable and a value.

Store the result of adding together word and "fish" in result. Then display the value of result.

Sweet! Adding a value to a variable gives us the same result.

Make sure you assemble var result = word + "fish" and display result.