본문 바로가기
Study

[STUDY] ECMAScript6 / ES6 (2015)

by 물코더 2022. 5. 30.

 

 

02. ES6 / ECMAScript 6 (2015)

 

· Javascript 두 번째 주요 개정판

반응형

 

 

 

브라우저 별 지원 현황 (Support by Browsers)

브라우저 별 지원현황
브라우저 별 지원현황

주요 기능 (Features)

Basic

· Destructuring assignment
· The let keyword
· The const keyword
· Arrow Functions
· For/of
· Default Parameters
· Function Rest Parameter
· JavaScript Modules

 

Method

· New Math Methods
· New Number Properties
· New Number Methods
· New Global Methods

 

String

· String.includes()
· String.startsWith()
· String.endsWith()

 

Object

· Object.entries()

 

Others Objects

· Symbol
· Classes
· Map
· Set
· Promises

 

Array

· Array.from()
· Array keys()
· Array find()
· Array findIndex()

 

 


[STUDY] ECMAScript 연혁(버전) 및 정리

 

[STUDY] ECMAScript - 연혁(버전) 및 정리

ECMAScript 연혁(버전) 및 정리 + 웹 경력이 4~5년이지만, 종종 크로스브라우징(IE)을 할때마다 자바스크립트 함수 또는 키워드가 헷갈리는데, jQuery로 쓰면 말끔히 해결되지만. 작년부터 바닐라 스크

woder.tistory.com

 

[STUDY] ECMAScript5 / ES5 (2009)

 

[STUDY] ECMAScript5 / ES5 (2009)

01. ES5 / ECMAScript 5 (2009) Javascript 첫 번째 주요 개정판 ※ es5-shim.js : ~ IE8 등 구형 브라우저에서 ES5 사용가능하도록 하는 라이브러리 브라우저 별 지원 현황 (Support by B..

woder.tistory.com

 

반응형

댓글