Now we can use the return value of the function when we call it.

Create a variable called result and call likedBy() with the value "Rebecca" as a parameter.

Excellent! Now whenever we want to generate a new string with a different person, we can call this function. 

Make sure to assemble var feed = likedBy("Rebecca").