class Car extends React.Component{ constructor(props){ super(props); this.state = { brand: "BMW", color: "black" } } }