Which of the following methods is used to determine whether a property is enumerable?
A. prop.propertyIsEnumerable(obj)
B. obj.propertyIsEnumerable(prop)
C. obj.Enumerable(prop)
D. propertyIsEnumerable(prop)
Answer: B
Computer Science & Information Technology