Which of the following commands is used to create a custom object using the new operator?
A. var objName = new Object();object.property = value;object.method = function() {commands};
B. var objName = value;object.Name = value;object.property = function() {commands};
C. var method = new Object();object.property = value;object.objName = function() {commands};
D. var objName = Object();object.Name = Object();object.method = function() {commands};
Answer: A
You might also like to view...
A substantive set of ____________________ for evaluation has to be provided with each work instruction.
Fill in the blank(s) with the appropriate word(s).
In the lookup formula, the defined range is referred to as the:
A) named range. B) defined name. C) table array. D) validation list.
Which of the following is NOT true of a priority queue?
A. when items are added, they are assigned an order of rank B. items of higher priority are removed before those of lower priority C. items of higher priority are removed in FIFO order D. items of equal priority are removed in FIFO order
A network technician has discovered that passwords are being sent unencrypted over the network. Which of the following network monitoring utilities was used?
A. Throughput tester B. Packet sniffer C. VPN concentrator D. Network scanner