Examples of how arrays work. From Codecademy exercises. Arrays can store any data types (including strings, numbers, and booleans). Like lists, arrays are ordered, meaning each item has a numbered position.
-
Notifications
You must be signed in to change notification settings - Fork 0
Examples of how arrays work. From Codecademy exercises. Arrays can store any data types (including strings, numbers, and booleans). Like lists, arrays are ordered, meaning each item has a numbered position.
candytale55/JavaScript_Arrays.js
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Examples of how arrays work. From Codecademy exercises. Arrays can store any data types (including strings, numbers, and booleans). Like lists, arrays are ordered, meaning each item has a numbered position.