Question 12 Q: 12 Consider the following code: What does line 9 do? Options 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. Save Question Show Answer Discussion 0 Clear Discussion Most voted Newest No comments yet. Be the first to comment. Post Be respectful. No spam. Correct Answer: B Explanation :