์ด ๊ธ์ udemy์ React ์๋ฒฝ ๊ฐ์ด๋ with Redux, Next.js, TypeScript ๊ฐ์ข๋ฅผ ๋ฐํ์ผ๋ก ์ ๋ฆฌํ ๋ด์ฉ์ ๋๋ค. 11. ๋ชจ๋ ์๊ฐ If you already know, you can move on to the next section. (for me I have to watch :-( ... ) 12. let & const let : ๊ฐ์ ์์ ํ ์ ์๋ ๋ณ์๋ฅผ ์ ์ธํ ๋ ์ฌ์ฉ const : const๋ ํ๋ฒ ์ง์ ํ๋ฉด ์ ๋ ๋ณํ์ง ์๋ ๊ฐ์ธ ์์๋ฅผ ์ ์ธํ ๋ ์ฌ์ฉ 13. Arrow Functions function function printMyname(name) { console.log(name); } printMyname('Max') // "Max" function ์ ๊ธฐ๋ณธ ๊ตฌ์กฐ..