const c = console; document.addEventListener("load", function () { c.log("Hello"); });