Microsoft Exam Questions

Which code segment should you use?

You are creating a JavaScript object that represents a customer.
You need to extend the Customer object by adding the GetCommission() method.
You need to ensure that all future instances of theCustomer object implement the GetCommission() method.
Which code segment should you use?

A.
Option A

B.
Option B

C.
Option C

D.
Option D