Shortcut Navigation:

JavaScript 2 Quiz

Inside which HTML element do we put the JavaScript?

What is the correct JavaScript syntax to write "Hello World"?

How do you call a function named "myFunction"?

How do you write a conditional statement for executing some statements only if "i" is equal to 5?

How do you write a conditional statement for executing some statements only if "i" is NOT equal to 5?

How many different kind of loops are there in JavaScript?

How does a "for" loop start?

What is the correct way to write a JavaScript array?

How do you round the number 8.25, to the nearest whole number?

How do you find the largest number of 6 and 8?

What is the correct JavaScript syntax for opening a new window called "window5" ?

How do you put a message in the browser's status bar?

How do you find the client's browser name?

You define an array using

Onclick is equivalent to which two events in sequence

Whicj best describe void?

Which property would you use to redirect visitor to another page?