freeCodeCamp/guide/arabic/certifications/javascript-algorithms-and-data-structures/basic-data-structures/access-an-arrays-contents-using-bracket-notation/index.md
2019-06-20 16:05:02 -05:00

416 B

title localeTitle
Access an Array's Contents Using Bracket Notation الوصول إلى محتويات صفيف باستخدام تدرج قوس

الوصول إلى محتويات صفيف باستخدام تدرج قوس

  • تذكر أن مؤشر الصفائف يبدأ من 0 حتى يكون موقع b موجودًا في myArray[1] .

حل

myArray[1] = "anything we want";