Inside the function, create another variable called input. We'll use this to store any values we add inside the input element.
input
Make sure to pick var followed by input and then =, ;.
var
=
;