mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-25 05:02:17 -04: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