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) ==opertor
This question was posed to me during an interview for a job.
The question is from Object Attributes and Serialization in division Lexical Structures of JavaScript