With the HTML sorted, we can work on our JavaScript. Create a variable called link by coding var link = ;.
link
var link = ;
Make sure to pick var followed by link and then =, ;.
var
=
;