Write a function to concatenate the first and last name of given person object?
Login to Submit
Tutorial The given object is of the form {"first": "foo", "last": "bar"} you should return "foobar"