Assemble the instruction to store the heading's text into the variable studio.
studio
Make sure to pick var studio followed by = and then document.getElementById("studio"), .innerHTML.
var studio
=
document.getElementById("studio")
.innerHTML