WEB/JavaScript
[Javascript] Learning Javascript (진행중)
S0PH1A
2019. 5. 1. 10:41
반응형
[Javascript] Learning Javascript
1. 원서 (pdf) : https://pepa.holla.cz/wp-content/uploads/2016/08/Learning-JavaScript-3rd-Edition.pdf
2. 번역본 : http://www.yes24.com/Product/Goods/42806896
목차
- 각 목차를 누르면 해당 페이지로 이동됩니다.
- 첫 번째 애플리케이션 Your First Application
- 자바스크립트 개발 도구 JavaScript Development Tools
- 리터럴과 변수, 상수, 데이터 타입 Literals, Variables, Constants, and Data Types
- 제어문 Control Flow
- 표현식과 연산자 Expressions and Operators
- 함수 Functions
- 스코프 Scope
- 배열과 배열 처리 Arrays and Array Processing
- 객체와 객체지향 프로그래밍 Objects and Object-Oriented Programming
- 맵과 셋 Maps and Sets
- 예외와 에러 처리 Exceptions and Error Handling
- 이터레이터와 제너레이터 Iterators and Generators
- 함수와 추상적 사고 Functions and the Power of Abstract Thinking
- 비동기적 프로그래밍 Asynchronous Programming
- 날짜와 시간 Date and Time
- Math
- 정규표현식 Regular Expressions
- 브라우저의 자바스크립트 Javascript in the Browser
- 제이쿼리 jQuery
- 노드 Node
- 객체 프로퍼티 설정과 프락시 Object Property Configuration and Proxies
- 추가 지원 Additional Resources
반응형