2. The keyword or the property that you use to refer to an object through which they were invoked is
3. Consider the following code snippet :
var o = new F();
o.constructor === F
The output would be :
var o = new F();
o.constructor === F