A. Nothing it must written as supportTicket. prototype, this, resolve = resolve; to add the properly resolved to the custom supportTicket object
B. it add the property resolved to the original instantiated custom supportTicket object ticket1.
C. it add the property resolved to the newly instantiated custom supportTicket object ticket1.
D. it add the property resolved to all instances instantiated custom supportTicket object ticket1 and ticket2.