Creates an element after sibling
sibling
const el = createAfter(siblingEl, `DIV`); Copy
const el = createAfter(siblingEl, `DIV`);
Element
Element to create
New element
Creates an element after
sibling