For this exercise, we will use a JSON file called "weather-data.json" that has been uploaded to the Internet. The JSON file contains weather forecast data that was originally retrieved from the Weather.gov API.
Write JavaScript code to answer the questions below. Log each of the answers to the console.
daytimePeriods.
Write JavaScript code to answer the questions below. Display the answers on the page in the designated areas.
span element.table element.
The table should have four columns ("Period", "Temperature", "Forecast", and "Icon").
There should be a row for each daytime period.
Include the period name, temperature (and temperature unit), and a short or long forecast.
Also display the weather icon as an image.
Date: TODO
Seven Day Forecast: