hello how should you do with this function since i...
# javascript
e
hello how should you do with this function since it should not be used kotlinx is no longer being used?
Copy code
import kotlinx.html.dom.create
Copy code
fun ffappendChildPromessa(principal: HTMLDivElement, node: HTMLDivElement): HTMLDivElement {

    return document.create.div {
        principal.appendChild(node)
    }
}