Which operator is needed to access an object properties or methods?
a) comma
b) splash
c) Bang
d) Dot
Which of the following is first object in an array?
a) Marks[0]
b) Marks[1]
c) Marks[2]
d) Marks [2]
Which of the following is highest subscript if array has ten elements?
a) 0
b) 1
c) 9
d) 10
A new array can be declared by which of the following?
a) student=new array;
b) array=new student;
c) student=new array();
d) array=new student ();
Which of the following objects is used to represent the HTML anchor tag <a>?
a) document object
b) image object
c) form object
d) link object
Objects in the DOM represents…..
a) variables
b) images
c) classes
d) HTML elements