myArray such that myData is equal to 8.
myData should be equal to 8.
testString: assert(myData === 8);
- text: You should be using bracket notation to read the correct value from myArray.
testString: assert(/myData=myArray\[2\]\[1\]/.test(code.replace(/\s/g, '')));
```