Formats a name with a prefix. Accepts either a string or an object with firstName and lastName.
firstName
lastName
The name to format, either as a string or an object.
A prefix to prepend (e.g., "Dr", "Ms", "Mr").
A formatted string in the form of ". ".
Formats a name with a prefix. Accepts either a string or an object with
firstNameandlastName.