What does the new operator do?
creates a blank object, adds a property to one object , lets developers create an instance for a user defined object type
What property of JavaScript functions can store shared behavior for instances created with new?
function prototype property
What does the instanceof operator do?
tests to see if the protoype appears anywhere in the protoype chain