01. ES5 / ECMAScript 5 (2009)
Javascript 첫 번째 주요 개정판
※ es5-shim.js : ~ IE8 등 구형 브라우저에서 ES5 사용가능하도록 하는 라이브러리
브라우저 별 지원 현황 (Support by Browsers)
주요 기능 (Features)
Basic
· "use strict"
· Reserved words as property names
· Multiline strings
· Trailing commas
· Property getters and setters
· Function.prototype.bind()
JSON
· JSON.parse()
· JSON.stringify()
Object
· Object methods
Date
· Date.now()
· Date.prototype.toISOString()
· Date.prototype.toJSON()
String
· String[number] access
· String.prototype.trim()
Array
· Array.isArray()
· Array.prototype.forEach()
· Array.prototype.map()
· Array.prototype.filter()
· Array.prototype.reduce()
· Array.prototype.reduceRight()
· Array.prototype.every()
· Array.prototype.some()
· Array.prototype.indexOf()
· Array.prototype.lastIndexOf()
[STUDY] ECMAScript - 연혁(버전) 및 정리
[STUDY] ECMAScript 6 / ES6 (2015)
'Study' 카테고리의 다른 글
[STUDY] ECMAScript5 / ES5 (2009) :: String (0) | 2022.05.27 |
---|---|
[STUDY] ECMAScript5 / ES5 (2009) :: Basic (0) | 2022.05.27 |
[STUDY] ECMAScript - 연혁(버전) 및 정리 (0) | 2022.05.22 |
[STUDY] HTTPS (Hyper Text Transfer Protocol Secure) (0) | 2021.12.10 |
[STUDY] HTTP (Hyper Text Transfer Protocol) (0) | 2021.12.10 |
댓글