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
Integrate at least 1 array and another array or object into a functioning program. You should demonstrate:
- declaring arrays and/or objects
- initializing and/or adding values to arrays and/or objects
- using array methods to perform functionality in your program--at least 1 array method you use should be one that was not covered in the tutorials for this module
For this assignment...
- you may start with one of your other original programs as a basis
- you may not use the Card Wars program as a basis (since using arrays in this one was demonstrated explicitly in Tutorial 4)
- you may not copy code
- you may not use alert() statements to output information to the user
Evaluation Criteria
To successfully complete this assignment, your page must
- demonstrate editing code to add or alter functionality
- demonstrate declaration of an object and and array
- demonstrate adding values to objects and arrays
- demonstrate using array methods
- demonstrate learning new skills
- demonstrate retrieving and outputting data from objects and arrays
- be free of coding errors