10. JavaScript: Arrays

Yea, from the table of my memory I’ll wipe away all trivial fond records.

—William Shakespeare

Praise invariably implies a reference to a higher standard.

—Aristotle

With sobs and tears he sorted out Those of the largest size...

—Lewis Carroll

Attempt the end, and never stand to doubt; Nothing’s so hard, but search will find it out.

—Robert Herrick

Objectives

In this chapter you’ll:

• Declare arrays, initialize arrays and refer to individual elements of arrays.

• Store lists and tables of values in arrays.

• Pass arrays to functions.

• Search and sort arrays.

• Declare and manipulate multidimensional arrays.

Outline

10.1 Introduction

10.2 Arrays

10.3 Declaring and Allocating Arrays

10.4 Examples Using Arrays

10.4.1 Creating, ...

Get Internet & World Wide Web: How to Program, Fifth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.