Objectives
- Initialize arrays when creating them
- Modify an array element
- Display elements of an array on a web page using document.writeln
- Display elements of an array on a web page using a constructed string and Element.innerHTML
- Display elements of an array on a web page using DOM techniques
- Use JavaScript to set the attributes of an element