JavaScript ES6 Tutorial 정보
기타 JavaScript ES6 Tutorial본문
1. Introduction
http://kangax.github.io/compat-table/es6/
https://www.google.com/chrome/canary/
2. Constants
const https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Statements/const
3. The Let Keyword
https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Statements/let
4. Default Parameters
https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Functions/Default_parameters
5. The spread Operator
... 점 3개에 대한 설명
https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Operators/Spread_syntax
6. Template Strings
https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Template_literals
`` (backtick/backquote)
7. New String Methods
https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/String
repeat
startsWith
endsWith
includes
8. Object Literal Enhancements
https://www.logicbig.com/tutorials/misc/javascript/enhanced-object-literals.html
https://dev.to/sarah_chima/enhanced-object-literals-in-es6-a9d
9. Arrow functions
10. Sets
https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/Set
11. Generators
https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Statements/function*
https://medium.com/dailyjs/a-simple-guide-to-understanding-javascript-es6-generators-d1c350551950
0
댓글 0개