|
@@ -1,5 +1,7 @@
|
|
# 8 kyu - Name Shuffler - Authored by debri
|
|
# 8 kyu - Name Shuffler - Authored by debri
|
|
|
|
|
|
|
|
+Link to kata: https://www.codewars.com/kata/559ac78160f0be07c200005a
|
|
|
|
+
|
|
Write a function that returns a string in which firstname is swapped with last name.
|
|
Write a function that returns a string in which firstname is swapped with last name.
|
|
|
|
|
|
`name_shuffler('john McClane'); => "McClane john"`
|
|
`name_shuffler('john McClane'); => "McClane john"`
|