increment(5, 2) should be 7.");'
  - text: ''
    testString: 'assert(increment(5) === 6, "The result of increment(5) should be 6.");'
  - text: ''
    testString: 'getUserInput => assert(getUserInput("index").match(/value\s*=\s*1/g), "default parameter 1 was used for value.");'
```