Vegetable should be a class with a defined constructor method.");'
- text: ''
testString: 'getUserInput => assert(getUserInput("index").match(/class/g),"class keyword was used.");'
- text: ''
testString: 'assert(() => {const a = new Vegetable("apple"); return typeof a === "object";},"Vegetable can be instantiated.");'
- text: ''
testString: 'assert(carrot.name=="carrot","carrot.name should return carrot.");'
```