Namely, how does the following code:
var sup = new Array(5); sup[0] = \'z3ero\'; sup[1] = \'o3ne\'; sup[4] = \'f3our\'; document.write(sup.length + \"
Array object inherits caller, constructor, length, and name properties from Function.prototype.
caller
constructor
name