var f = function(); var instance = new f();
let x = {}; x.prototype = _.create(array.prototype, [10]); /*the first parameter does not have to be a prototype(?)*/
Object.getPrototypeOf(x); //Output ƒ () { [native code] }