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
Use the assignment template and complete the conditional logic needed to turn the numbers for face cards into symbols--at the very least, J, Q, K, A. Even better if you use the symbol + letter as mentioned in Tutorial 2. Your conditional logic should
- generate the correct face card based on a number value
- outputs the card values correctly to the HTML page
- function with the existing code
For this assignment...
- you should use the starter template
- you may not copy code, though it is recommended you view Tutorial Video 2 for context and information about this assignment.
Evaluation Criteria
To successfully complete this assignment, your page must
- understand and add to existing code
- demonstrate functioning and accurate branching logic
- demonstrate outputting values to an HTML page
- be free of coding errors