View High Score

Time:

Coding Quiz Challenge

Try to answer these code related questions within the time limit. For every incorrect answer, 10 seconds will be removed from the clock!

Which one of the following also known as Conditional Expression:


Alternative to if-else Switch statment If-then-else statement Immediate if

In JavaScript, what is a block of statement?


Conditional block block that combines a number of statements into a single compound statement both conditional block and a single statement block that contains a single statement

When interpreter encounters an empty statements, what it will do:


Shows a warning Throws an error Ignores the statements Prompts to complete the statement

The "function" and " var" are known as:


Declaration statements Keywords Data types Prototypes

Which of the following variables takes precedence over the others if the names are the same?


Global variable The local element The two of the above None of the above

In the JavaScript, which one of the following is not considered as an error:


Missing of Bracket Missing of semicolons Syntax error Division by zero

Which one of the following is not a keyword:


with if debugger use strict

What is the basic purpose of the "toLocateString()" method?


It returns a localised object representation It returns a localized string representation of the object It return a local time in the string format It return a parsed string

A collection of elements of the same data type which may either in order or not, is called


String Serialized Object Array Object