Example: ``` js List.prototype.array_remake = function(els) { return new this.constructor(els, this.selector); }) ```