To determine whether one object is the prototype of (or is part of the prototype chain of) another object, one should use the

A isPrototypeOf() method
B equals() method
C === operator
D none of the mentioned

Correct Answer: isPrototypeOf() method

To determine whether one object is the prototype of (or is part of the prototype chain of) another object, one should use the isPrototype() method. To find out if p is the prototype of o write p.isPrototypeOf(o).

Related Questions

In a four bar chain or quadric cycle chain
For similarity, in addition to models being geometrically similar to prototype, the following in both cases should also be equal

Next steps