let bandInfo; // Put your code here // Don't edit the code below here let para1 = document.createElement('p'); para1.textContent = bandInfo; section.appendChild(para1);