# Pastebin KlTA1VIh ``` class A extends Array { static [Symbol.species] = Array; } A.from([1,2,3]) // return type: A .map(x => x + 1); // return type: Array ```