" use strict "; var display = document.getElementById("display"); function yourFunctionName (){ display.innerHTML = "hello"; }