In this video, we will learn about string concatenation using the plus operator. Additionally, we will use a new ES6 feature known as template literals to achieve the same task with less work.
0:00 What is string concatenation in JavaScript
0:24 Using the plus operator to concatenate strings
1:53 Fixing the no space issue with string concatenation
2:29 Using backticks (Template Literals)
3:35 Can I Use website
4:40 Escaping characters in JavaScript
6:29 Creating a new line in a string