Javascript study list
- js prototype 이란?
- closure 란?
- let var const 차이, scope
- this binding
- 1급 객체란?
- 브라우저 렌더링 과정
- repaint/reflow 및 react에서의 적용
- CORS 의미 및 해결방법
- 콜백지옥, promise, async/await
- 이벤트 버블링, 캡처링, 위임
- react class/functional component 차이
- 상태관리, redux
- event loop
- parameter 위변조 방지 방법
- 프론트엔드 성능최적화
- ssr, csr 장단점, 차이
- es6문법
- arrow function이 다른점(문법, this 외)
- js 디자인패턴