Question: Which of the following is not a property of the window object?
A
B
C
D
document
B
menu
C
navigator
D
history
Note: Not available
var str=”IDB-BISEW ROUND-13”; alert(str.indexOf(‘E’));
var str=”IDB-BISEW ROUND-13”; alert(str.length);
var i=3; do{ document.write(“IDB-BISEW<br/>”); i+=3; }while(i<10);