Skip to content

Files

Latest commit

a40197c · Feb 14, 2021

History

History
2 lines (2 loc) · 230 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 230 Bytes

JavaScript_Arrays.js

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.