More JavaScript elements

Let's take a look at some more JS elements.

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 1200+ tech skills courses.