function Extra(name, price) { this.name = name; this.price = price; }