const birds = [ "Parrots", "Falcons", "Eagles", "Emus", "Caracaras", "Egrets" ]; // Add your code here // Don't edit the code below here! section.innerHTML = ' '; const para1 = document.createElement('p'); para1.textContent = eBirds; section.appendChild(para1);