Skip to content

Instantly share code, notes, and snippets.

View leobang17's full-sized avatar
๐Ÿ”ฅ

Leo Bang leobang17

๐Ÿ”ฅ
View GitHub Profile
@leobang17
leobang17 / var-let-const.md
Created July 6, 2021 17:03 — forked from LeoHeo/var-let-const.md
javascript var, let, const ์ฐจ์ด์ 

var, let, const ์ฐจ์ด์ ์€?

  • var๋Š” function-scoped์ด๊ณ , let, const๋Š” block-scoped์ž…๋‹ˆ๋‹ค.

  • function-scoped์™€ block-scoped๊ฐ€ ๋ฌด์Šจ๋ง์ด๋ƒ?

var(function-scoped)

jsfiddle ์ฐธ๊ณ ์ฃผ์†Œ