Javascript class, closure
Hoisting
https://developer.mozilla.org/ko/docs/Glossary/Hoisting
Strict
https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Strict_mode
Class
https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Classes
https://developer.mozilla.org/ko/docs/Learn/JavaScript/Objects/Inheritance
객체지향 프로그래밍
https://velog.io/@seolgang/oh-my-oop
동물원 구성해오기
- 사람, 사장, 직원, 손님
- 동물, 호랑이, 사자 ..
- 건물, 매표소, 스낵바 ..
- 버튼을 통해 고용, 해고, 먹이주기, 구매하기
면접 단골 질문
https://jeong-pro.tistory.com/95
함수형 프로그래밍
https://mangkyu.tistory.com/111
클로져
https://poiemaweb.com/js-closure
고차 함수 개념
https://blog.xenomity.com/Functional-Programming-1급-함수와-고차-함수의-개념/
Comments