General Instructions
Use your site on the Lourdes DMS Domain to submit your files. Transfer your code files to the server, and then submit the URL of the specific page to the Assignments tool in Canvas.
Assignment Instructions
Create a page that demonstrates the features of objects and arrays listed below. You can refer to Tutorial 3 for guidance.
- declare an object with at least 3 properties
- assign values to all properties for 1 instance of the object
- output the value of each property of the object
- declare an array
- initialize the first 26 elements of the array with values
- output the array
For this assignment...
- you do not have to add any content to the HTML page
- you can use alert() statements to output your values
- you may not copy code
Evaluation Criteria
To successfully complete this assignment, your page must
- demonstrate declaration of an object and and array
- demonstrate adding values to objects and arrays
- demonstrate retrieving and outputting data from objects and arrays
- be free of coding errors