|
| 1 | +# es6js Study Group |
| 2 | + |
| 3 | +`ECMAScript2015`를 학습하는 스터디입니다. |
| 4 | + |
| 5 | + |
| 6 | +### 스터디 진행방식 |
| 7 | +- 각자 2-3주에 한번꼴로 스스로 공부하고 이해한 내용을 리뷰 |
| 8 | +- 토의와 테스트를 통해 내용 보충 |
| 9 | + |
| 10 | +### Role |
| 11 | + |
| 12 | +| in charge | chapter | description |
| 13 | +| :-: | --- | --- |
| 14 | +| 지혜1 | 01 블록변수와 블록스코프 및 함수 | let, const, Block Scope, Block Scoped Function |
| 15 | +| 희경1 | 02 화살표함수 | Arrow Function |
| 16 | +| 재남1 | 03 다중 변수 및 인자 다루기 | Destructuring, Spread Operator, Rest Parameter |
| 17 | +| 봉재1 | 04 문자열과 템플릿리터럴 | String, Template Literal |
| 18 | +| | 05 객체 | Object |
| 19 | +| | 06 컬렉션 | Map, Set, WeakMap, WeakSet |
| 20 | +| 태산1 | 07 심볼 | Symbol |
| 21 | +| 창규1 | 08 숫자와 수학 | Number, Math |
| 22 | +| 재필1 | 09 배열 | Array |
| 23 | +| | 10 형지정 배열 | typed array |
| 24 | +| 명기1 | 11 모듈 | Module |
| 25 | +| | 12 클래스 | Class |
| 26 | +| | 13 이터러블 | for of, iterable, iterator |
| 27 | +| | 14 제너레이터 | generator |
| 28 | +| | 15 프라미스 | promise |
| 29 | +| | 16 프록시 | proxy |
| 30 | +| | 17 리플렉션 | relection |
| 31 | +| | 18 정규표현식 | regular expressions |
| 32 | + |
| 33 | + |
| 34 | +### 일정 |
| 35 | +- 일요일 오후 2시 - 5시 |
| 36 | + |
| 37 | + |
| 38 | +### 참고자료 |
| 39 | + |
| 40 | +|제목|상세| |
| 41 | +|---|---| |
| 42 | +| [exploring es6](http://exploringjs.com/es6/) | 코뿔소 저자님이 쓰고있는 책 | |
| 43 | +| [ES678](https://github.com/ES678/Exploring-ES6) | 위 책의 번역(진행중단) | |
| 44 | +| [understanding es6](https://leanpub.com/understandinges6/read/) | 니콜라스자카스님의 책 | |
| 45 | +| [ES6 in Depth](http://hacks.mozilla.or.kr/category/es6-in-depth/) | 모질라재단의 블로그 | |
| 46 | +| [ES6 Learn by TDD](http://es6katas.org/) | 내용파악 및 연습에 용이한 사이트 | |
| 47 | +| [ponyfoo](https://ponyfoo.com/articles/search/es6) | 깊이있게 파고드는 훌륭한 블로그 | |
| 48 | +| [BSIDESOFT](http://www.bsidesoft.com/?cat=29) | 맹기완 사장님의 포스팅들 | |
0 commit comments