Joining Strings

Learn how to join strings using the join method.

We'll cover the following...

We can join strings in two ways:

  • using the + operator
  • using the join string method

The + ...