Question
Requirements: Project name is cars create cars array and store some car values setup the last item as a number (you have JavaScript a random
Requirements: Project name is cars create cars array and store some car values setup the last item as a number (you have JavaScript a random number or supply oneyourself) assign the first car item to the variable re-assign the last array item to the actual car console log both the first car variable and the entire car array 2. 3. 4. 5. You may input your answer on an HTML page named index.html Functionality Comment your source code about you chose this route. B: Requirements: Project name is calculate-tax create calculateTotal function add two parameters subTotal, tax return sum of parameters create 3 vars order1,order2,order3 call calculateResult, pass in some values and assign the result to each order console log all three orders 2. 3. 4. 5. 6. 1. 1. You may input your answer on an HTML page named index.html Functionality Comment your source code about you chose this route. C: Requirements: Project name is wind-chill Write a function that performs a calculation of thewind chill. The formula is available here Your js file must be called wind-chill.js You will use the temperature (F) and wind speed(MPH) as inputs. You can do one of the following: Make an HTML page that would input your display answer. You may use input fields toenter temp and wind speed. Hit a submit button to calculate. Your JavaScript is thefunction to calculate the formula and display the wind chill on the index.html page. or You may have your inputs in JavaScript and formula to calculate the formula anddisplay the wind chill on the index.html page. Use an external CSS stylesheet to set the fonts and colors. Named the stylesheet style.css only
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