Create a function named combineNames
that accepts two parameters (first and last name). The function should return the
full name.
Example:
combineNames("James", "Stevens");
returns:
"James Stevens"
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Create a function named combineNames
that accepts two parameters (first and last name). The function should return the
full name.
Example:
combineNames("James", "Stevens");
returns:
"James Stevens"