+ 2
How do I get the content under my ID "N" to show instead of [ObjectHTMLElement]?
When I use JavaScript to write what's inside my element N, all I get is my website telling me that it's an html object when I want it to just write the p element inside if it onto the screen. https://code.sololearn.com/WlJsw2nm8vpy/?ref=app
1 Odpowiedź
+ 1
You should use N.innerHTML to get content of the N