Isn't there a name that we already use for alternative constructors: create?
let object = Object.create(null);
let array = Array.create("A", "B", "C");
Kevin
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

