Inside the function, we'll combine the parameter with the string to indicate that someone liked a picture.

Combine the string with the parameter.

Sweet! Thanks to the return keyword, the string will be returned and usable outside of the function.

Make sure to assemble "Liked by :" + person; in your code.