JavaScript is THE scripting language of the Web

sets up a variable, specifically a global variable that can be accessed and changed by any function. The variable is an array with 4 elements, each a character string. The elements of a JavaScript array do not have to be the same datatype, but in most cases they are. This particular array has 4 elements. The indexing starts at 0 and ends at 3 ... ................
................