Joining Strings

Learn how to join strings using the join method.

We can join strings in two ways:

  • using the + operator
  • using the join string method

The + ...