What's left to do is to set the src attribute to the value we want.
Code link.setAttribute() and add src, followed by input.value inside the parentheses.
Make sure to pick link followed by . and then setAttribute, (, "src", ,, input, ., value, ), ;.