Link to kata: https://www.codewars.com/kata/559ac78160f0be07c200005a
Write a function that returns a string in which firstname is swapped with last name.
name_shuffler('john McClane'); => "McClane john"