My issue
I am unable to understand the problem through errors many times can you please help me to solve this question
My code
// Add the code below this line
var newpara = document.createElement('p');
newpara.id ='paragraph2';
paragraph1.appendChild(newPara);
Learning course: Web development using JavaScript
Problem Link: Modify and add elements using DOM Practice Problem in Web development using JavaScript - CodeChef