Help please: Loops 3 (JavaScript)

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

and you need to edit something else once you do this :point_up_2: 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 :slight_smile:

1 Like

Thanks for your response! Yeah, I did para.textContent += i + ", " and now it’s working fine.

you very welcome and well done :slight_smile: