const quote = 'I dO nOT lIke gREen eGgS anD HAM'; // Add your code here // Don't edit the code below here! section.innerHTML = ' '; const para1 = document.createElement('p'); para1.textContent = fixedQuote; const para2 = document.createElement('p'); para2.textContent = finalQuote; section.appendChild(para1); section.appendChild(para2);