Template literals are string literals that allow embedded expressions (variables) into your code. They are enclosed by backticks (`) instead of single (‘) or double (“) quotes. It was introduced in ES6, which provides a more flexible and readable way to work with strings.
Categories
