Practice Quiz 2
if you press Cancel on the prompt() what is returned:
A. null
B. cancel
C. false
D. none of the above
You have to declare variables in JavaScript
A. true
B. false
In JavaScript you have to end statements with Semicolons
A. true
B. false
confirm() returns the following:
A. true
B. OK
C. false
D. null
JavaScript allows you to manipulate files on the client's computer
A. true
B. false
Which one(s) is/are correct?
A. alert()
B. document.alert()
C. window.alert()
D. none of the above
Which of the following are window Methods
A. write()
B. open()
C. prompt()
D. alert()
history.go(-1) and history.back() do the same thing
A. true
B. false
MS Internet Explorer fully supports the navigator Object
A. true
B. false
Which of the Objects are on the "same level"
A. document
B. history
C. navigator
D. location
You have:
answers correct out of a possible ten.
The question numbers that were not correct are: