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
You might also like to view...
Keyword _______ introduces a structure declaration.
Fill in the blank(s) with the appropriate word(s).
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
A multiplexor is a circuit that has 2N input lines and ____ output line(s).
A. 1 B. 2 C. N D. 2N
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)