D:-1000
Correct Answer:- Option-B
Question97:-What is the correct JavaScript syntax to write "Hello World"?
A:-Printin("'Hello World")
B:-Document.write(''Hello World")
C:-Response.write("'Hello World")
D:-System.out.printin(''Hello World")
Correct Answer:- Option-B
Question98:-What are the three important manipulations done in a For loop?
A:-Updation, incrementation, initialization
B:-Testing, updation, incrementati....
See more