CSCI 2447 Columbus State Community College JavaScript Fundamentals Coding Task
Question Description
Hello I need help with JavaScript Fundamentals I need help on problems 5-10. I manage to complete steps 1-4 and I need help with steps 5-10
Here are the directions
5. For testing purposes, call your timer decrement function in your “start” function. Also,move the line of code that shows the timer from the ready() function to the “start”function. Your timer at this time should not be working. It should only count down to 29seconds. We will be building this over a couple of projects. If you add the counter tocount down automatically in this project, you will get a 0 for the project.6. Create another function call addImage() (outside of the jQuery ready() function). Recallthe line of jQuery you wrote in Project 2 that dynamically adds the imageto div#gamespace? Cut this line and paste it into this new function. When called, thisfunction should add the image to the page.7. Call the addImage() function in your “start” function (for testing purposes only,temporary). When you click the “start” button, the image should appear on the page.8. Leave the two alert()s for the random numbers alone (for testing purposes only,temporary). Move them to your “start” function instead of the jQuery ready() function.9. Call your score increment function in your “start” function for testing purposes instead ofdocument ready. This will most certainly be removed in the next project. You wrote thisfunction in Project 2.
10.Add a favicon to your page. Make sure the favicon fits to your overall design.
As a recap for this part, when you click the “start” button, it should call your “start”function and that should trigger the following: An image should appear The score should increment by 1 The seconds remaining should decrement by 1 The values from your two random number functions should alert(). A favicon will be added.
I will include my zip file and Thank you for helping me
"Place your order now for a similar assignment and have exceptional work written by our team of experts, guaranteeing you "A" results."