CIW 1D0-735 CIW JavaScript Specialist Online Training
CIW 1D0-735 Online Training
The questions for 1D0-735 were last updated at Nov 19,2024.
- Exam Code: 1D0-735
- Exam Name: CIW JavaScript Specialist
- Certification Provider: CIW
- Latest update: Nov 19,2024
What is the expected result when executing the following scripts in a web browser?
- A . A pop-up alert box will display Fair followed by a pop-up alert box displaying Bad
- B . A pop-up alert box will display Poor
- C . There is an error in the code, no pop-up alert box will appear
- D . Two pop-up alert boxes will appear one will display Fair and one will display Poor
Which script will display Configurations, you won! In the browser when the script is run?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
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)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Consider the following code:
What is the expected result of this script?
- A . The word "Welcome" will be displayed in a prompt when the page loads
- B . A welcome message will appear when the page loads
- C . When you click the alert a welcome message will appear
- D . When you click the welcome message a welcome alert will load
Jaime needs to write a script to remove all the non-digit characters from a phone number so that all that remains are the numbers She knows that she will need to use a regular expression to search for non-digit characters and can use a method to remove all the non-digit characters.
Which code should she use?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Consider the following code:
What change should be made to ensure that it correctly displays the value of name in all uppercase letters?
- A . Line 2 should be changed to name = name . toUpperCase () ;
- B . Line 2 should be changed to name .prototype . toUpperCase () ;
- C . Line 3 should be changed to document. write (NAME) :
- D . Line 1 should be changed to var name = new sting("Jaccb");
Consider the following code:
What text will display in the alert dialog box?
- A . Ear J
- B . Ar Jo
- C . Ear Jo
- D . Ar J
What basis code is needed to define the JavaScript function avgGrades?
- A . Function avgGrades () {}
- B . avgGrades function ()
- C . avgGrades (){ }
- D . var = function avgGrades () {}
Consider the following code:
What is the result of running this script in a Web browser?
- A . Hannah Lana.Franna.Diana
- B . Diana Franna Hannah Lana
- C . Hannah Diana Franna Lana
- D . Diana Franna Lana Hannah
Consider the following code:
What will this alert display?
- A . It appears fall has arrived
- B . It appears winter has arrived
- C . Yes It appears fall has arrived
- D . Yes It appears winter has arrived