Note that when using the . operator to concatenate strings, you need to wrap any variables in curly braces ({}) to avoid syntax errors:
you can concatenate strings using the . (dot) operator or the .= (dot equals) operator to add to an existing string. Here's an example using the . operator: