var does not exist in your code.");'
- text: ''
testString: 'getUserInput => assert(getUserInput("index").match(/(const SENTENCE)/g), "SENTENCE should be a constant variable declared with const.");'
- text: ''
testString: 'getUserInput => assert(getUserInput("index").match(/(let i)/g), "i should be declared with let.");'
- text: ''
testString: 'getUserInput => assert(getUserInput("index").match(/console\.log\(\s*SENTENCE\s*\)\s*;?/g), "console.log should be adjusted to print the variable SENTENCE.");'
```