Answered step by step
Verified Expert Solution
Question
1 Approved Answer
JSON Response example when code = BAHRAIN as follows: {country: Bahrain Temps {day:SUNDAY, te ), {dayDAY, mot 35), {dayTUESDAY, tenot 39). {day: WENESDAY,mt 37), {dayTHURSDAY,
JSON Response example when code = BAHRAIN as follows: {"country": "Bahrain "Temps {"day":"SUNDAY", "te" ), {"day""DAY", "mot 35), {"day""TUESDAY", "tenot 39). {"day": "WENESDAY",mt 37), {"day""THURSDAY", "p" 35). {"day":"FRIDAY","temp 34), {"day": SATURDAY","t": 37) Sample Example C Country 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. 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) (Tip: define JS Object with Country/Average properties) and then push it inside the array) 1. SUNDAY Tempis 37 2. MONDAY Top 35 3. TUESDAY Tempis 39 4. WEDNESDAY Temps 37 5. THURSDAY Tempis 35 6. FRIDAY Top 14 7. SATURDAY Tempis 37 Average Tum M6.285714285714285 Use the editor to format your
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