const a = () => {
    const a = 1;
    if (true) {
        const a = 3;
    }
}

삽가능 ㅋㅋ

- dc official App