98-382 Introduction to Programming Using JavaScript

Loading demo links...

Showing 1–3 of 5 questions

Question 1

DRAG DROP

You are developing a web page that uses JavaScript. The script needs to display information to the user using a popup box.

Match each function that displays a popup box with its appropriate scenario.

To answer, drag the appropriate function from the column on the left to its appropriate scenario on the right. Each function may be used once, more than once, or not at all.

NOTE: Each correct selection is worth one point.

Select and Place:

Answer is in the explanation below.

Question 2

HOTSPOT

You need to evaluate the following code segment. Line numbers are included for reference only.

Use the drop-down menus to select the answer choice that answers each question based on the information presented in the code segment.

Hot Area:

Answer is in the explanation below.

Question 3

HOTSPOT

You are creating a function named countdown. The function accepts a single parameter, start, and displays a countdown from that number down to zero in increments of one.

How should you complete the code? To answer, select the appropriate code segments in the answer area.

Hot Area:

Answer is in the explanation below.