1 2 3 4 5
// Both quote styles and a template, in one language. const heading = "Welcome back"; const hint = 'Press ⌘K to search'; const total = `You have ${count} unread messages`; const blank = '';