function r(e, f) { document.body.appendChild(e);f(); } var e = document.createElement('div'); e.innerText = 'ok'; f = function() { alert(); } r(e, f);