Skip to content

Files

Latest commit

9b70f42 Β· Feb 19, 2024

History

History

grasshopper-combine-strings

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 19, 2024
Feb 19, 2024
Feb 19, 2024

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"