Definitions for "Array" Add To Word List
Login or Register  | Word Lists | Search History

a basic list
Helpful?           0
a built-in JavaScript object type that you can use for handling lists
Helpful?           0
a construct that provides for the storage of a list of items of the same type
Helpful?           0
a fixed-size list of numbers
Helpful?           0
a list of bytes, and the parameter DNALength keeps track of how many bytes are active in the DNA
Helpful?           0
a "list" of indexed "things"
Helpful?           0
a list of preferences
Helpful?           0
a list of strings or numbers
Helpful?           0
a list surrounded by square brackets and separated by commas
Helpful?           0
a list with a name
Helpful?           0
a named list
Helpful?           0
an extremely useful way of listing things in Flash Movies
Helpful?           0
an indexed list of a certain length
Helpful?           0
an ordered list
Helpful?           0
A term used by tax assessors to describe a list of properties in a certain category sold within a given period of time.
Helpful?           0
An array is a list of items that are identified by their place in the list. The count begins with 0, and the items of the array are identified with brackets, so the first item in an array called list can be accessed by list[0].
Helpful?           0