This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
What's an Array? An array is a data structure used to store a collection of elements in an ordered form. let myArray = ["cheese", "milk", true, 8, "flamingo"]; An array can store elements of different data types - strings, numbers, booleans, objects,...
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.