Lesson 1 of 7

Tap the word that belongs in the gap.

function greet(name: string, title___ string) {    return title ? title + ' ' + name : name; }