myData should equal the first value of myArray.");'
- text: يجب الوصول إلى البيانات في متغير myArray باستخدام تدوين قوس.
testString: 'assert((function(){if(code.match(/\s*=\s*myArray\[0\]/g)){return true;}else{return false;}})(), "The data in variable myArray should be accessed using bracket notation.");'
```