36.2k views
3 votes
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");

User Yoohoo
by
3.3k points

2 Answers

3 votes

Answer:

its C) alert ("Hello");

Step-by-step explanation:

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

User Sedat Kapanoglu
by
3.6k points
1 vote

Answer:

b

Step-by-step explanation:

User Toofrellik
by
3.4k points