問題1
Consider the following code:

What needs to be changed to allow this script to run without error?
Consider the following code:

What needs to be changed to allow this script to run without error?
正確答案: D
問題2
Which statement about the JavaScript form object is true?
Which statement about the JavaScript form object is true?
正確答案: D
問題3
Which of the following comparison statements will return true?
Which of the following comparison statements will return true?
正確答案: C
問題4
Which of the following is a browser security issue that JavaScript developers should remember when developing a script?
Which of the following is a browser security issue that JavaScript developers should remember when developing a script?
正確答案: A
問題5
You want to add a personalized interaction with your users when they enter your Web site. To do this, you can display a JavaScript prompt on the home page that asks the user to enter her name. When the user enters text and clicks the OK button, an alert dialog box will appear and display the text "Welcome, name" (where name is the text entered by the user). Which choice shows the correct JavaScript code for this action?
You want to add a personalized interaction with your users when they enter your Web site. To do this, you can display a JavaScript prompt on the home page that asks the user to enter her name. When the user enters text and clicks the OK button, an alert dialog box will appear and display the text "Welcome, name" (where name is the text entered by the user). Which choice shows the correct JavaScript code for this action?
正確答案: D
問題6
When used in conjunction with SQL, a server-side language (such as PHP) and a database (such as mySQL), AJAX can perform which of the following database operations?
When used in conjunction with SQL, a server-side language (such as PHP) and a database (such as mySQL), AJAX can perform which of the following database operations?
正確答案: C