Skip to content

Template literals

A cleaner way to build strings

  • Wrap a string in backticks ` and you can drop values straight in with ${...}.
  • This is a template literal — much tidier than joining with lots of +.

A template literal: each ${...} is replaced by its value, building one finished string

Log in or create account

IGCSE & A-Level