Which of the following is a benefit of using a predefined library, such as JQuery?
Answer : B
Consider the following code:
The processform() function is not executed when the submit button is pressed. What change should be made to correct this?
Answer : A
Consider this source code:
Giam needs to write a script to access the first element in the source code. What code should he use?
Answer : C
Kirken needs to write a script to construct custom objects that store user account information such as a username. password and e-mail address for a Web site. What should he add to the following code to set these properties?
A)
B)
C)
D)
Answer : C
Marshall's computer previously contracted malware because he unknowingly clicked on an infected link in a pop-up window. What can he do to secure the Web browser so that he is protected in the future?
Answer : C
What basis code is needed to define the JavaScript function avgGrades?
Answer : C
Considering the following code:
Var 1 ;
For (I = 1; I < 10; I ++)
What part of the code fragment initializes the counter variable?
Answer : C