Which of the following syntax can be used to write "Hello World" in an alert box?
alertBox("Hello World");
alert("Hello World");
msgBox("Hello World");
msg("Hello World");
Correct Answer : B
Which of the following is not a JavaScript framework or library?
Which of the following variables are used in JavaScript programs?
What are the different types of errors in JavaScript?