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");

Relax

Respuesta :

Answer:

b

Explanation:

Answer:

its C) alert ("Hello");

Explanation:

I took the test on PLATO and got it right <3