We will cover how to do string concatenation in javascript with the " + " operator, we will also fix issues on when to use single or double quotes in strings.
Finally we will take a look at the ES6 way of doing concatenations in javascript using the ${} syntax.
Things covered in this video:
How to do simple string concatenations .
Differences in using single quotes vs double quotes in strings.
Concatenating strings with numbers.
ES6 string concatenation .