More JavaScript elements
Let's take a look at some more JS elements.
We'll cover the following
Template literals
Template literals are enclosed by backtick characters (") instead of double or single quotes. They allow a concise syntax for string values that result from a combination of fixed text parts and variables, including some multi-line string values.
Get hands-on with 1400+ tech skills courses.