class Card{ constructor(color, number, shape, filling){ this.color=color; this.number=number; this.shape=shape; this.filling=filling; } }