incrementer should not change the value of fixedValue.");'
- text: ''
testString: 'assert(code.match(/function\s+?incrementer\s*?\(.+?\)/g), "Your incrementer function should take a parameter.");'
- text: ''
testString: 'assert(newValue === 5, "Your incrementer function should return a value that is one larger than the fixedValue value.");'
```