Harry is writing a program in JavaScript. He writes a few lines of code and the output of the code is "Hello". Which line of code was responsible for the output?
display ("Hello");
text = "Hello";
alert ("Hello");
onScreen("Hello");