first name last name concatenate javascript with ternary operator code example
Example: first name last name concatenate javascript with ternary operator
FullName: (obj.FirstName && obj.LastName) ? obj.FirstName + " " + obj.LastName : "missing values",