|
A Java Script array is a little database holding any given type of information, and is easily accessible to you and your scripts. While there exists several built-in Document Object Model (DOM) arrays (arrays which reference HTML elements such forms and images), a custom JavaScript array can also be constructed, holding any information of your
choosing.
|