I have a function similar to this:
function makeSomeElement() { const out = document.createElement("div"); // do some things with out // ps