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