freeCodeCamp/guide/arabic/certifications/javascript-algorithms-and-data-structures/basic-data-structures/access-an-arrays-contents-using-bracket-notation/index.md
2018-10-16 21:32:40 +05:30

403 B

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

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

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

حل

myArray[1] = "anything we want";