Answered step by step
Verified Expert Solution
Question
1 Approved Answer
use javascript Your final project will be to build a magic 8 ball app Create a new repository named: magic8ball o Clone your repository Add
use javascript
Your final project will be to build a magic 8 ball app Create a new repository named: magic8ball o Clone your repository Add your index file, stylesheet, script file and the provided 8ball images Main objectives: Create an input field for users to ask a question Create a label for your input field telling your user to "Ask me anything!" Create an "ask" button (this will run the function that outputs a random magic 8 ball image) Create a div with an id of "answers" that you will insert the images into using js Create an "ask" function that when clicked, will choose a random 8ball image and insert it into your "answers" div Replace the input field with the user's question when displaying
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started