DEV Community

Discussion on: 7 Javascript Methods That Aid DOM Manipulation

Collapse
 
lexlohr profile image
Alex Lohr

Nice summary. I'm only missing .insertBefore(newChild, referenceElement) and the child-/sibling-/parentNode reference properties in this list.

Collapse
 
desoga profile image
deji adesoga

Maybe I'll add that in part 2.