Question: > 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

> 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
Get step-by-step solutions from verified subject matter experts
