Shortcut Navigation:

Java Script Quiz (B, Function, Case)

Which of these contains an executable statement?

Assume that a function myfunction is defined at some place . Which of the following is NOT a valid function call?

Assume that value of A is 10 and value of B is 15. Which of the following returns a true value in if statement.

Which of the following is not a builtin Javascript object?

What command skips the rest of a case statement?

How many parameters can be passed to one function?

Consider the following code for switch loop case 10:case 12:What will run next if the value is 10? 

What does ++ do?

What is correct about a method.

var a= 'Z'; var b = 32; a = b; Variable 'a' now contains?

Tagged as: case