Hi, I’m trying to complete the loops 3 skill test. When I log the result in the browser console, I’m getting the expected result. But the result isn’t showing up in the webpage. Is something wrong with the DOM manipulation?
Please check out my code.
Hello @Arittra
you doing great you have a type this para.textConent should be para.textContent
para.textConent
para.textContent
and you need to edit something else once you do this you will know what i mean by this
by the way try to use any editor or IDE so it help you from those typo issue
hope that help and have a nice day
Thanks for your response! Yeah, I did para.textContent += i + ", " and now it’s working fine.
para.textContent += i + ", "
you very welcome and well done