8. var rectangleA = {

```
x: 200,
y: 10,
width: 40,
height: 20,
moveDown: function () {
this.y += 5;
}
};
```

In the code above, rectangleA is ______.
A. an object
B. a constructor function


B. a constructor function

Computer Science & Information Technology

You might also like to view...

Keyword _______ introduces a structure declaration.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The ________ War was the first modern war in which there was strong and widespread domestic opposition

a. Korean b. Persian Gulf c. Iraqi d. Vietnam

Computer Science & Information Technology

A multiplexor is a circuit that has 2N input lines and ____ output line(s).

A. 1 B. 2 C. N D. 2N

Computer Science & Information Technology

A bus network uses a central device (such as a server or a switch) to which all network devices connect and through which all network data is sent.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology