You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Create a function named combineNames/combine_names/CombineNames that accepts two parameters (first and last name). The function should return the full name.
// Example:
// With "James" as the first name and "Stevens" as the last name should return "James Stevens"