let firstName: string = "Daffy" lastName: string = "Duck" fullName: string = firstName & " " & lastName