Let's take a closer look at strings and console output, shall we?

As we've seen, we use quotes to create strings and the + operator to glue them together.

Spot on! We enclose these so-called string literals in single or double quotes and concatenate them with the + operator.

Might it be that the - operator is for numbers only?