Hacker News new | ask | show | jobs
by not_alexb 1040 days ago
I use iife for stuff like this.

const c = (

    ()=> {
        try: {...}
    } 
)()