mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-14 12:09:12 -05:00
* Clarified the sentence about zero indexing and that any data type can be stored in an array * Added spacing between elements * Fixed declaration format `new nameOfArray[numberOfElements](vals)` is definitely not a thing it should be `new dataType [numberOfElements](vals)` * Added shorthand definition * Removed claim that you are storing an array in another array by assigning an alias to it