Javascript and Creating Web Page Set 11


Which variable declared outside a function in Javascript?
  
    (A) Function variable
    (B) Global variable
    (C) Local variable
    (D) Object variable

Global variable

Which feature in Javascript has properties and methods
  
    (A) Array
    (B) Function
    (C) Object
    (D) Controls

Object

Which variable are deleted in JavaScript when the page is closed?
  
    (A) Function varia
    (B) Global variable
    (C) Local variable
    (D) Object variable

Global variable

Which method is called at the moment of instentiation of an object?
  

    (A) Constructor
    (B) Inheritance
    (C) Polymorphism
    (D) Property

Constructor

Which is an instance of class?
  
    (A) Class
    (B) Name space
    (C) Object
    (D) property

Object