Project 3
Project 3
Remember that you must store all your work for this project in your 111/p3 folder on
your local computer, then upload (or copy and paste) to your Project 3 workspace on
Coding Rooms.
2. Requirements
Complete each of the following requirements.
img {
float: left;
padding: 5px;
width: 5%;
}
Download the JavaScript file called p3.js from Coding Rooms or Canvas and store it
in your 111/p3 folder. This file is the basis for this project's activities.
i. getRandomCard()
ii. getRandomSuit()
iii. loadImage()
Also, modify p3.html to work with a button instead of a timer. That is, the web page
shows a button, which, upon clicking, shows the randomly generated hand at a
designated container in the web page. Save this new web page to the file xc.html.
Note: This assignment will be updated with clarifications based on your questions.