Jason Jeffries

35%
Flag icon
An array is a linear allocation of memory in which elements are accessed by integers that are used to compute offsets. Arrays can be very fast data structures. Unfortunately, JavaScript does not have anything like this kind of array. Instead, JavaScript provides an object that has some array-like characteristics.
JavaScript: The Good Parts: The Good Parts
Rate this book
Clear rating
Open Preview