JS Snippet Template

Explain what this does.

// Code that does it. export async function emit(el) { el.innerHTML = 2 + 3 }

In the frame below we can view the results.

//wiki.ralfbarkow.ch/assets/pages/snippet-template/esm.html HEIGHT 400