Match the following JavaScript terms to the descriptions

I. Arguments A. First line of a function that provides its name
II. Signature B. Setting aside named memory space for a data element
III. Declaration C. An interactive element displayed on a Web page.
IV. Control Object D. A JavaScript keyword that refers to the current object
V. This E. Another name for function parameters


E, A, B, C, D

Computer Science & Information Technology

You might also like to view...

During a presentation, hidden slides can be useful if the speaker anticipates some questions that may arise and creates additional slides to answer them

Indicate whether the statement is true or false

Computer Science & Information Technology

Use the __________ property to configure bold text using CSS

a. bold b. font-style c. font-weight d. you cannot configure bold text with CSS

Computer Science & Information Technology

Which of the following is a list of sources that only includes sources that are cited in your current document?

A. bibliography B. master list C. sources cited list D. works cited list

Computer Science & Information Technology

The following code contains an error. What is it?     float x;     scanf("%f", x);

A. The conversion code is wrong B. The newline delimiter is missing C. The width is not specified D. The parameter is a value and it should be an address E. The wrong function is being used

Computer Science & Information Technology