es2015 훑어보기 for django girls seoul

Post on 12-Apr-2017

303 Views

Category:

Software

6 Downloads

Preview:

Click to see full reader

TRANSCRIPT

ES2015 훑어보기ES2015 에는 무엇이 달라졌나

July 16, 2016김현미

배워야 할까 ?

당장 실무에 써먹을 수 있나 ?

지원범위

출처 : http://kangax.github.io/compat-table/es6/

어떻하지 ?

letscope

constscope

constobject

파라메터 기본 값 (Parameter Default Value)

펼침 연산자 (Spread Operator)

펼침 연산자 (Spread Operator) array

나머지 파라미터 (Rest Parameter)

해체 할당 (Destructuring Assignment)array

해체 할당 (Destructuring Assignment)object

해체 할당 (Destructuring Assignment)function

화살표 함수 (Arrow Function)

화살표 함수 (Arrow Function)ES5 scope

화살표 함수 (Arrow Function)ES6 scope

템플릿 문자열 (Template String)

클래스 (Class)비교

클래스 (Class)prototype

클래스 (Class)get/set

클래스 (Class)정적 메소드 (static method)

클래스 (Class)상속 (extends)

모듈화 (Modules)

참고http://kangax.github.io/compat-table/es6/

https://github.com/FE-next/es2015

https://lightrains.com/blogs/es6

http://blog.naver.com/bfeather7

top related