0
Where ca I use JS DOM & Events?
What and where is element.childNodes or element.firstChild, element.lastChild, element,nextSiblings, etc used? Also, How is it used? Which Syntax? and ist applications in JS or HTML ?
3 ответов
+ 1
When your target elements are grouped in a container element.
+ 1
For more context
https://medium.com/@fknussel/dom-bom-revisited-cf6124e2a816
0
And can you please type in an example?