class Card5 extends Card { constructor(color, number, shape, filling, outline){ super(color,number,shape,filling); this.outline=outline; } arrayOfAttributes(){ } }