mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-02 19:52:40 +00:00
1 line
223 B
JavaScript
1 line
223 B
JavaScript
const CustomJS=new function(){this.hello=(()=>(console.log("hello CustomJS!"),this)),this.init=(()=>(this.hello(),this))};CustomJS.init(),document.addEventListener("DOMContentLoaded",()=>{console.log("DOMContentLoaded!")}); |