Embed presentation
Downloaded 14 times


![Array
• Data is assigned to array elements using the [] operator.](https://image.slidesharecdn.com/javascript-array-writing-150107193246-conversion-gate01/85/Javascript-Array-Writing-3-320.jpg)
![Array
• Array elements are also accessed using the [] operator.](https://image.slidesharecdn.com/javascript-array-writing-150107193246-conversion-gate01/85/Javascript-Array-Writing-4-320.jpg)





This document discusses arrays and how they work. It notes that array elements can be accessed and assigned values using bracket notation, and provides examples of accessing the first 100 whole numbers in an array and using the split() function to create an array from a string. It also mentions performing aggregate operations on arrays and deep copying arrays.


![Array
• Data is assigned to array elements using the [] operator.](https://image.slidesharecdn.com/javascript-array-writing-150107193246-conversion-gate01/85/Javascript-Array-Writing-3-320.jpg)
![Array
• Array elements are also accessed using the [] operator.](https://image.slidesharecdn.com/javascript-array-writing-150107193246-conversion-gate01/85/Javascript-Array-Writing-4-320.jpg)



