Javascript and Creating Web Page Set 9


Which error indicates that the numbers is outside the range of legal values?
  
    (A) Range Error
    (B) Reference Error
    (C) Type Error
    (D) URI Error

Range Error

Which error indicates that the variable used is not declared?
  
    (A) Eval Error
    (B) Range Error
    (C) Reference Error
    (D) Syntax Error

Reference Error

Which error indicates that the value is outside the range of expected type?
  
    (A) Eval Error
    (B) Range Error
    (C) Syntax Error
    (D) Type Error

Type Error

Which is used to acess individual value in an array?
  

    (A) Content Number
    (B) Element Number
    (C) Table Number
    (D) Variable Number

Element Number

What is the purpose of length property in array?
  
    (A) Returns number of array element
    (B) Returns number of characters
    (C) Returns number of fields in object array
    (D) Returns number of highest array index

Returns number of array element