DEV Community

Discussion on: Urgent Assistant on this IOS CODE, stuck

Collapse
 
charlesvu profile image
Charles Vu

You are missing the '\' before the opening parenthesis.

func getFullName() -> String {
    return "\(firstName) \(lastName)"
}