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: preface.asciidoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ In <<classes-symbols-objects-and-decorators>>, we'll discuss the new `class` syn
25
25
26
26
<<iteration-and-flow-control>> goes over all of the new ways we can deal with flow control starting in ES6. We discuss Promises, iterators, generators, and async functions in great detail and with heaps of accompanying examples, uncovering the synergistic properties between all the different techniques. You won't only learn how to use these flow control techniques but how to best reason about them so that they truly simplify your code.
27
27
28
-
<<leveraging-es-collections>> describes the new collection built-ins found in ES6, which we can use to create object maps and unique sets. You'll find usage examples for each of these collection types.
28
+
<<leveraging-ecmascript-collections>> describes the new collection built-ins found in ES6, which we can use to create object maps and unique sets. You'll find usage examples for each of these collection types.
29
29
30
30
<<managing-property-access-with-proxies>> covers the new `Proxy` and `Reflect` built-ins. We'll learn all about how we can use proxies and the reasons why we need to be careful when choosing to do so.
0 commit comments