Question

Write a function to concatenate the first and last name of given person object?

Login to Submit

Examples

Tutorial

The given object is of the form

{"first": "foo", "last": "bar"}

you should return

"foobar"