Strings are more powerful than we might think. Let's take a closer look at them, shall we?

We already know that we can add strings together with the + operator. There's another way to concatenate them, though.

Awesome! If we want, we can use the concat() method instead of the + operator.

Didn't we want to try another way? Besides, is that really how we use the + operator?