티스토리 뷰
좋아하는 문법
arrow
=>
map, filter, reduce
Async
async, await, then
Promise
resolve, reject
Property Shorthand
var x = 0, y = 0; obj = { x: x, y: y };
var x = 0, y = 0 obj = { x, y }
string, list - Includes
for문
of
In
출처
영문: http://es6-features.org/#Constants
한글: Promise: https://joshua1988.github.io/web-development/javascript/promise-for-beginners/
'Web' 카테고리의 다른 글
| javascript 기본, 코딩 스타일 (0) | 2018.09.11 |
|---|---|
| API 관련 (0) | 2018.09.08 |
| 유용한 사이트 (0) | 2018.09.08 |
