Question 1 of 10
Which syntax is correct to output 'Hello World' in an alert box?
How do you call a function named 'myFunction'?
How to write an IF statement in JavaScript?
How to write an IF statement for executing some code if 'i' is NOT equal to 5?
How does a FOR loop start?
How can you add a single-line comment in JavaScript?
What is the correct way to write a JavaScript array?
How do you find the number with the highest value of x and y?
Which operator is used to assign a value to a variable?
What is the correct way to write a JavaScript object?