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...
To simplify entering ranges in formulas you can use:
A) range names. B) both an absolute and a relative cell reference. C) a cell's relative location. D) a cell's absolute location.
Computer Science & Information Technology
In formal methods work, an action that reads or writes data to a state is called a(n)
A. invariant B. actor C. event D. operation
Computer Science & Information Technology