Skip to content

FE-JS-Deep-Dive/js-deep-dive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 

Repository files navigation

JS DEEP DIVE STUDY

[도서] 모던 자바스크립트 Deep Dive 도서의 학습한 내용을 정리합니다.
매주 학습한 내용을 정리하고, 월요일 22:00 디스코드에서 발표 및 토의를 진행합니다.

1주차

Chapter1. 프로그래밍

Chapter2. 자바스크립트란?

Chapter3. 자바스크립트 개발 환경과 실행 방법

Chapter4. 변수

Chapter5. 표현식과 문

Chapter6. 데이터 타입

Chapter7. 연산자

Chapter8. 제어문

Chapter9. 타입 변환과 단축 평가

Chapter10. 객체 리터럴

Chapter11. 원시 값과 객체의 비교

Chapter12. 함수

Chapter13. 스코프


2주차

Chapter14. 전역 변수의 문제점

Chapter15. let, const 키워드와 블록 레벨 스코프

Chapter16. 프로퍼티 어트리뷰트

Chapter17. 생성자 함수에 의한 객체 생성

Chapter18. 함수와 일급 객체


3주차

Chapter19. 프로토타입

Chapter20. strict mode

Chapter21. 빌트인객체

Chapter22. this

Chapter23. 실행 컨텍스트


4주차

Chapter24. 클로저

Chapter25. 클래스

Chapter26. ES6 함수의 추가 기능

Chapter28. Number


5주차

Chapter29. Math

Chapter30. Date


6주차

Chapter27. 배열

Chapter31. RegExp

Chapter32. String

Chapter33. Symbol

Chapter34. 이터러블


7주차

Chapter35. 스프레드 문법

Chapter36. 디스트럭처링 할당

Chapter37. Set과 Map

Chapter38. 브라우저의 렌더링 과정


8주차

Chapter39. DOM

Chapter40. 이벤트

Chapter41. Timer

Chapter42. 비동기 프로그래밍


9주차

Chapter40. 이벤트(2)

Chapter43. Ajax

Chapter44. REST API


10주차

Chapter46. 제너레이터와 async/await

Chapter47. 에러 처리

Chapter48. 모듈


11주차

12주차

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published