function buildName(firstName: string, lastName = "Smith") {
    // ...
}