You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L
48
48
#### template strings
49
49
50
50
1.[A critical review of ECMAScript 6 quasi-literals](http://www.nczonline.net/blog/2012/08/01/a-critical-review-of-ecmascript-6-quasi-literals/) - Nicholas Zakas
51
+
51
52
#### RegExp "y" and "u" flags
52
53
#### destructuring
53
54
#### Unicode code point escapes
@@ -66,6 +67,7 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L
66
67
#### class
67
68
68
69
1.[Does JavaScript need classes?](http://www.nczonline.net/blog/2012/10/16/does-javascript-need-classes/) - Nicholas Zakas
70
+
69
71
#### super
70
72
#### generators
71
73
@@ -74,16 +76,19 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L
74
76
#### Map
75
77
76
78
1.[ECMAScript 6 collections, Part 2: Maps](http://www.nczonline.net/blog/2012/10/09/ecmascript-6-collections-part-2-maps/) - Nicholas Zakas
79
+
77
80
#### Set
78
81
79
82
1.[ECMAScript 6 collections, Part 1: Sets](http://www.nczonline.net/blog/2012/09/25/ecmascript-6-collections-part-1-sets/) - Nicholas Zakas
83
+
80
84
#### WeakMap
81
85
82
86
1.[ECMAScript 6 collections, Part 3: WeakMaps](http://www.nczonline.net/blog/2012/11/06/ecmascript-6-collections-part-3-weakmaps/) - Nicholas Zakas
83
87
1.[Private instance members with weakmaps in JavaScript](http://www.nczonline.net/blog/2014/01/21/private-instance-members-with-weakmaps-in-javascript/) - Nicholas Zakas
84
88
85
89
#### WeakSet
86
90
#### Proxy
91
+
87
92
1.[Creating type-safe properties with ECMAScript 6 proxies](http://www.nczonline.net/blog/2014/04/29/creating-type-safe-properties-with-ecmascript-6-proxies/) - Nicholas Zakas
88
93
1.[Creating defensive objects with ES6 proxies](http://www.nczonline.net/blog/2014/04/22/creating-defensive-objects-with-es6-proxies/) - Nicholas Zakas
0 commit comments