Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

> I Implement findTempl) function as follows: This function will be called whenever the user change the value of the pull-down menu. This function should

image text in transcribed

> I Implement findTempl) function as follows: This function will be called whenever the user change the value of the pull-down menu. This function should contact the Web Service API, sending the selected country code, to display the information (country, daily temperatures in the week and average weekly temperature) inside the div tag whose id = result as shown in the example on the right. Sample Example View Requests History Country: BAHRAIN Country: Bahrain In addition, the country name and the average temperatures should be saved as one JS object inside an array in a local storage. Whenever new request is made, the country/average will be saved and added to the array inside the local storage (duplicates is allowed). 1. SUNDAY Temp is 37 2. MONDAY Temp is 35 3. TUESDAY Temp is 39 4. WEDNESDAY Temp is 37 5. THURSDAY Temp is 35 6. FRIDAY Temp is 34 7. SATURDAY Temp is 37 Average Temp: 36.285714285714285 (Tip: define JS Object with Country/Average properties) and then push it inside the array) > I Implement findTempl) function as follows: This function will be called whenever the user change the value of the pull-down menu. This function should contact the Web Service API, sending the selected country code, to display the information (country, daily temperatures in the week and average weekly temperature) inside the div tag whose id = result as shown in the example on the right. Sample Example View Requests History Country: BAHRAIN Country: Bahrain In addition, the country name and the average temperatures should be saved as one JS object inside an array in a local storage. Whenever new request is made, the country/average will be saved and added to the array inside the local storage (duplicates is allowed). 1. SUNDAY Temp is 37 2. MONDAY Temp is 35 3. TUESDAY Temp is 39 4. WEDNESDAY Temp is 37 5. THURSDAY Temp is 35 6. FRIDAY Temp is 34 7. SATURDAY Temp is 37 Average Temp: 36.285714285714285 (Tip: define JS Object with Country/Average properties) and then push it inside the array)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Case Studies In Business Data Bases

Authors: James Bradley

1st Edition

0030141346, 978-0030141348

More Books

Students also viewed these Databases questions