Skip to content

Latest commit

 

History

History

nameShuffler

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Name Shuffler

8 kyu link to kata
my solution

Write a function that returns a string in which firstname is swapped with last name.

Example(Input --> Output)

"john McClane" --> "McClane john"