Skip to content

Latest commit

 

History

History

grasshopper-combine-strings

Folders and files

NameName
Last commit message
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"