Just like adding a number to a number, we can add strings to each other.

Let's give it a go!

Sweet! Adding strings together concatenates them. Of course we can't use the - operator on strings.

Are you sure this would be valid syntax?