- 1
How can i display the second child in body like the first node. Thanks you sir.
Display the second child in body. https://code.sololearn.com/WdgybC2ti6n3/?ref=app
2 Antworten
+ 1
Try either one of these
console.log (document.body.children[1]..innerHTML );
console.log (document.body.childNodes[3].innerHTML );
Tag Javascript please ...
+ 1
Wow. 400 questions without once using proper tags. That takes real commitment.