For this exercise, we will use data from the CocktailDB API. Specifically we will use the "Filter by alcoholic" endpoint to fetch a list of non-alcoholic drinks. Consult the API documentation to learn more.
Write JavaScript code to answer the questions below. Log each of the answers to the console.
requestURL.
HINT: ensure your URL begins with "http://" or "https://".
Write JavaScript code to answer the questions below. Display the answers on the page in the designated areas.
span element below, display the number of drinks (i.e. 58).div element below,
create a new child div element for each drink.
The child div element should contain a p tag to display the drink name,
and an img tag to display the image (using an image height of 100px).
Drinks: TODO