Now that we've stored the image, let's set up the setLink() function. Create the function along with a variable called input inside of it.
setLink()
input
Make sure to pick function setLink() {, followed by var input = ;, and finally }.
function setLink() {
var input = ;
}